DateWithZone ConstructorDateWithZone ConstructorDateWithZone Constructor
- XmlPrime 2.5
- Other Versions ▼
Overload List
| Name | Description |
---|
 | DateWithZone (long, int, int, TimeZone?)DateWithZone (Long, Integer, Integer, Nullable(Of TimeZone))DateWithZone (long, int, int, Nullable<TimeZone>) |
Initializes a new instance of the DateWithZoneDateWithZoneDateWithZone structure
with the specified year, month, day and time zone components.
|
 | DateWithZone (long, TimeZone?)DateWithZone (Long, Nullable(Of TimeZone))DateWithZone (long, Nullable<TimeZone>) |
Initializes a new instance of the DateWithZoneDateWithZoneDateWithZone structure which is a
specified number of days past the epoch (0001-01-01T00:00 ) in the specified
time zone.
|
Top