property MarkZone.LongLabel as String
Specifies the long label to be displayed on the marking zone.

TypeDescription
String A String expression that specifies the HTML caption to be displayed on the time-zone.
By default, the LongLabel property is "", which indicates no caption is being displayed on the time-zone. The time-zone may display the ShortLabel or LongLabel. The LongLabel of the time-zone is shown if its width fits the time-zone's width, else the ShortLabel property is displayed. The LongLabel property supports HTML format. You can use the <br> HTML tag to print the caption on multiple lines. You can use the <img> HTML tag to display icons or pictures on the time-zone. The ForeColor property indicates the foreground color to show the time-zone's label, unless the <fgcolor> HTML tag is not used in the label property. 

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

The property supports the following built-in HTML tags: