Converts the value of the current Date object to its equivalent long date string representation.

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

Syntax

C#
public string ToLongDateString()
Visual Basic (Declaration)
Public Function ToLongDateString As String

Return Value

A string that contains the long date string representation of the current Date object.

See Also