Gets the week start short date-based instance of the TimeScaleTextFormat class, getting the start of week date and formatting it 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 WeekStartShortDate { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property WeekStartShortDate As TimeScaleTextFormat

See Also