Casts a date value to a date and time value.

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

Syntax

C#
public static implicit operator DateTime (
	Date date
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	date As Date _
) As DateTime

Parameters

date
Type: DlhSoft.Windows.Data..::.Date
Date value to cast.

Return Value

Casted date and time value.

See Also