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:


| Name | Description | |||
| BackColor | Specifies the background color or the visual appearance of the MarkTime object. | |||
| BodyEventBackColor | Specifies the background color or the visual appearance of the events (body) that intersect the timer. | |||
| BodyEventForeColor | Specifies the foreground color of the events (body) that intersect the timer. | |||
| BodyEventPattern | Specifies the pattern of the events (body) that intersect the timer. | |||
| ForeColor | Specifies the foreground color of the MarkTime object. | |||
| Key | Indicates the key of the marking time. | |||
| Label | Specifies the label to be displayed on the timer. | |||
| LabelAlign | Indicates the alignment of the timer's label. | |||
| Line | Indicates the style of the line to be shown. | |||
| LineColor | Specifies the color to show the timer's line. | |||
| Movable | Returns or sets a value that indicates whether the user can click the timer and drag it to a new position. | |||
| Pattern | Gives access to the element's Pattern object. | |||
| StatusEventBackColor | Specifies the background color or the visual appearance of the events (status) that intersect the timer. | |||
| StatusEventForeColor | Specifies the foreground color of the events (status) that intersect the timer. | |||
| StatusEventPattern | Specifies the pattern of the events (status) that intersect the timer. | |||
| Time | Specifies the date/time of the marking time. | |||
| TimeScaleBackColor | Specifies the background color or the visual appearance of the MarkTime object, in the time scale. | |||
| TimeScaleForeColor | Specifies the foreground color of the MarkTime object, in the time scale. | |||
| TimeScaleLabel | Specifies the label to be displayed on the timer, on the time scale part. | |||
| TimeScaleLabelAlign | Indicates the alignment of the timer's label, on the time scale part. | |||
| TimeScaleLine | Indicates the style of the line to be shown, on the control's time scale. | |||
| TimeScaleLineColor | Specifies the color to show the timer's line, in the time scale. | |||
| TimeScalePattern | Gives access to the element's Pattern object, being shown in the time scale. | |||
| UserData | Indicates any extra data associated with the MarkTime object. |