Initializes a new instance of the Date structure.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.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.