Initializes a new instance of the Date structure.

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

Syntax

C#
public Date(
	DateTime date
)
Visual Basic (Declaration)
Public Sub New ( _
	date As DateTime _
)

Parameters

date
Type: System..::.DateTime
The date to use expressed as a date and time value. The time information from the date and time value is ignored.

See Also