property TimeScale.MinorTimeLabel as String
Indicates the label to be displayed on the minor ruler of the current TimeScale object.

TypeDescription
String A string expression that defines the extended HTML format to display the labels on the minor rulers.
By default, the MinorTimeLabel property is ":<%nn%>", which indicates that the major rulers displays the minutes only. The MajorTimeLabel property defines the time label to be shown on the major rulers, while the MinorTimeLabel property specifies the time label to be shown on minor rulers. The MinorLabelColor property indicates the color to show the labels on minor rulers. The MinorTimeLabelPlainText property should be set on False, if the MinorTimeLabel property uses UI font attributes like <b>, <fgcolor>, and so on. The MinorTimeRuler property indicates the time to show the minor rulers. 

The TimeZone property can be used to programmatically update the time zone. You can use the ShortTimeFormat property to define a 24-hours format, by removing the <%AM.PM%> TAG. The Caption property specifies the HTML caption to be displayed on the top side of the time scale. 

The minor lines can be changed using the following Background properties:

Here's a few samples on how you can use the MinorTimeLabel property:

The MinorTimeLabel property supports the following HTML tags:

The MinorTimeLabel property supports the following HTML tags ( The MinorTimeLabelPlainText property must be set on False, else the following UI attributes are not shown ) :