Gets the date and time-based instance of the TimeScaleTextFormat class, formatting the specified date and time using the g pattern, resulting values such as 1/1/2008 9:00 AM, and 12/31/2008 12:30 PM.

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

Syntax

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

See Also