 | DateTimeWithZone (DateTime, TimeSpan?)DateTimeWithZone (Date, Nullable(Of TimeSpan))DateTimeWithZone (DateTime, Nullable<TimeSpan>) |
Initializes a new instance of the DateTimeWithZoneDateTimeWithZoneDateTimeWithZone structure
from the specified DateTimeDateDateTime and TimeSpanTimeSpanTimeSpan time zone.
|
 | DateTimeWithZone (DateTime, TimeZone)DateTimeWithZone (Date, TimeZone)DateTimeWithZone (DateTime, TimeZone^) |
Initializes a new instance of the DateTimeWithZoneDateTimeWithZoneDateTimeWithZone structure
with the specified DateTimeDateDateTime and TimeZoneTimeZoneTimeZone.
|
 | DateTimeWithZone (int, int, int, int, int, decimal, TimeZone?)DateTimeWithZone (Integer, Integer, Integer, Integer, Integer, Decimal, Nullable(Of TimeZone))DateTimeWithZone (int, int, int, int, int, decimal, Nullable<TimeZone>) |
Initializes a new instance of the DateTimeWithZoneDateTimeWithZoneDateTimeWithZone structure
with the specified year, month, day, hour, minute, second and time zone components.
|
 | DateTimeWithZone (long, decimal, TimeZone?)DateTimeWithZone (Long, Decimal, Nullable(Of TimeZone))DateTimeWithZone (long, decimal, Nullable<TimeZone>) |
Initializes a new instance of the DateTimeWithZoneDateTimeWithZoneDateTimeWithZone structure from the specified number of days past
the epoch (0001-01-01 ) and the specified number of seconds past midnight.
|
 | DateTimeWithZone (DateWithZone, TimeWithZone)DateTimeWithZone (DateWithZone, TimeWithZone)DateTimeWithZone (DateWithZone, TimeWithZone) |
Initializes a new instance of the DateTimeWithZoneDateTimeWithZoneDateTimeWithZone structure
with the specified DateWithZoneDateWithZoneDateWithZone and TimeWithZoneTimeWithZoneTimeWithZone.
|