Gets the short date-based instance of the TimeScaleTextFormat class, formatting the specified date and time using the d pattern, resulting values such as 1/1/2008, and 12/31/2008.

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

Syntax

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

See Also