Casts a date value to a date and time value.
Namespace:
DlhSoft.Windows.DataAssembly: 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.