Gets the week start long date-based instance of the TimeScaleTextFormat class, getting the start of week date and formatting it using the D pattern, resulting values such as Tuesday, January 1, 2008, and Wednesday, December 31, 2008.

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

Syntax

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

See Also