Gets the month-based instance of the TimeScaleTextFormat class, formatting the specified date and time using the MMMM format pattern, resulting values such as September, and December.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public static TimeScaleTextFormat Month { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Month As TimeScaleTextFormat

See Also