Month Property
The Month property returns or sets the initial month setting for date/time labels. Returns a Long.
Syntax
object.Month
object.Month = Month
Parameter | Type | Description |
Month | Long | required, numeric month value |
Example
This example shows how to set the month for the defined axis value.
TickLabels.DateTime.Month = 7
Used by: AutoAxisDateTime object