Datetime Constructor |
Name | Description | |
---|---|---|
Datetime | Constructs a Datetime object with each part
initialized to an unset state.
| |
Datetime(DateTime) |
Creates Datetime object from System.DateTime
| |
Datetime(Datetime) | Constructs a Datetime object having the same values as specified 'other'
Datetime object.
| |
Datetime(Int32, Int32, Int32) |
Creates Datetime object having the Date portion set to the specified
values. The time and timezone offset are in the unset state.
| |
Datetime(Int32, Int32, Int32, Int32) |
Creates Datetime object having the Time portion set to the specified
values. The Date and timezone offset are in the unset state.
| |
Datetime(Int32, Int32, Int32, Int32, Int32, Int32, Int32) |
Creates Datetime object having the Date and Time portions set to the
specified values. The timezone offset is in the unset state.
|