property MarkZone.End as Date
Specifies the ending date/time of the marking zone.

TypeDescription
Date A DATE expression that specifies the ending point of the time-zone.
The time-zone is identified on the schedule view by the Start ( starting point ) and End ( ending point ). The End parameter of the Add method initializes the End property of the time-zone. You can use the End property to programmatically extend the time-zone. The Start should be less than End property, else the time-zone is not visible.