property MarkTime.TimeScaleForeColor as Color
Specifies the foreground color of the MarkTime object, in the time scale.

TypeDescription
Color A Color expression that specifies the color to show the label of the timer in the time scale part of the schedule view.
By default, the TimeScaleForeColor property is 0. The TimeScaleForeColor property specifies the foreground color to show the timer's TimeScaleLabel. The TimeScaleLabel property may include <fgcolor> HTML tag, which indicates that a portion of the label is being displayed with a different foreground color. So, if changing the timer's TimeScaleForeColor is not showing any difference, please check the TimeScaleLabel property if it contains any color attributes like <fgcolor>, <bgcolor>. The TimeScaleLabel property specifies the label to be displayed on the timer, in the time scale part of the schedule view. The TimeScaleLabelAlign property specifies the alignment of the label. The ForeColor property indicates the foreground color to show the timer's Label property. You can use the <bgcolor> HTML tag to indicate a different background color for the label.