| Search Locate Previous Next | Contents |
Description
Adds a Windows-95 calendar to your form. This is a very thin cover on the standard Dyalog class check your Dyalog help file for full details! More properties may be added in future versions.
Note that for compatibility with the Causeway Date class you can switch to using Excel-coded dates which are one day different from March 1900 onwards.
Class Property Table
| Name | Type | Default | Description |
| HasToday | Bool | 1 | Is Todays data displayed? |
| CircleToday | Bool | 1 | Is Today circled on the calendar? |
| WkNumbers | Bool | 0 | Include week numbers to the left? |
| MaxDays | Int | 1 | Max number of days to select |
| Date | User | Selected Date(s) (integer day numbers) | |
| BoldDays | Runtime | Integer vector of dates to be shown as bold | |
| Encoding | OneOf | Dyalog | Compatibility mode (Dyalog or Excel) |
| Visible | Runtime | Boolean singleton | |
| Active | Runtime | Boolean singleton |