![]() | Type | Description | ||
| Key as Variant | A String expression that specifies a key to identify the zone. The String must be not empty, else the zone is not highligted. If a zone with the same key is already added, the current call changes not missing parameters. | |||
| Start as Variant | A DATE expression that specifies the starting point for the zone. | |||
| End as Variant | A DATE expression that specifies the ending point for the zone. | |||
| Color as Variant | A Color expression that specifies the date-time zone to be highlighted. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part. | |||
| Options as Variant | A String expression that specifies options to mark the zone, as explained bellow. |
A date-time zone can display a different:
Also, a zone can display multiple HTML captions aligned to any corner of the zone. By default, all HTML captions are aligned to the bottom center area.
The following screen shot shows two zones being marked :

The Options parameter contains a list of fields separated by ; character as following:
For instance, the "50;;text to be shown,1" indicates that the zone is semi-transparent, displays a solid color ( the pattern field is missing ), and it displays in the UpperCenter the "text to be shown".