MarkTime object
The MarkTime object indicates a line in the schedule view, at a specified time. The Add method of MarkTimes collection adds a new timer to the schedule view. The MarkTimes collection is accessible through the MarkTimes property of the control.  

The MarkTime object, also called timer, can be used to:

A time-zone ( MarkZone object ) requires the Start/End to define the zone, while a timer ( MarkTime object ) requires a Time, that indicates where the timer is shown.

The MarkTime object supports the following properties and methods: 

NameDescription
BackColorSpecifies the background color or the visual appearance of the MarkTime object.
BodyEventBackColorSpecifies the background color or the visual appearance of the events (body) that intersect the timer.
BodyEventForeColorSpecifies the foreground color of the events (body) that intersect the timer.
BodyEventPatternSpecifies the pattern of the events (body) that intersect the timer.
ForeColorSpecifies the foreground color of the MarkTime object.
KeyIndicates the key of the marking time.
LabelSpecifies the label to be displayed on the timer.
LabelAlignIndicates the alignment of the timer's label.
LineIndicates the style of the line to be shown.
LineColorSpecifies the color to show the timer's line.
MovableReturns or sets a value that indicates whether the user can click the timer and drag it to a new position.
PatternGives access to the element's Pattern object.
StatusEventBackColorSpecifies the background color or the visual appearance of the events (status) that intersect the timer.
StatusEventForeColorSpecifies the foreground color of the events (status) that intersect the timer.
StatusEventPatternSpecifies the pattern of the events (status) that intersect the timer.
TimeSpecifies the date/time of the marking time.
TimeScaleBackColorSpecifies the background color or the visual appearance of the MarkTime object, in the time scale.
TimeScaleForeColorSpecifies the foreground color of the MarkTime object, in the time scale.
TimeScaleLabelSpecifies the label to be displayed on the timer, on the time scale part.
TimeScaleLabelAlignIndicates the alignment of the timer's label, on the time scale part.
TimeScaleLineIndicates the style of the line to be shown, on the control's time scale.
TimeScaleLineColorSpecifies the color to show the timer's line, in the time scale.
TimeScalePatternGives access to the element's Pattern object, being shown in the time scale.
UserDataIndicates any extra data associated with the MarkTime object.