Gets the year-based instance of the TimeScaleTextFormat class, formatting the specified date and time using the yyyy format pattern, resulting values such as 1997, and 2008.

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

Syntax

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

See Also