DateTimeWithZone ConstructorDateTimeWithZone ConstructorDateTimeWithZone Constructor

Initializes a new instance of the DateTimeWithZoneDateTimeWithZoneDateTimeWithZone structure.

Overload List

 NameDescription
Public methodDateTimeWithZone (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.
Public methodDateTimeWithZone (DateTime, TimeZone)DateTimeWithZone (Date, TimeZone)DateTimeWithZone (DateTime, TimeZone^) Initializes a new instance of the DateTimeWithZoneDateTimeWithZoneDateTimeWithZone structure with the specified DateTimeDateDateTime and TimeZoneTimeZoneTimeZone.
Public methodDateTimeWithZone (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.
Public methodDateTimeWithZone (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.
Public methodDateTimeWithZone (DateWithZone, TimeWithZone)DateTimeWithZone (DateWithZone, TimeWithZone)DateTimeWithZone (DateWithZone, TimeWithZone) Initializes a new instance of the DateTimeWithZoneDateTimeWithZoneDateTimeWithZone structure with the specified DateWithZoneDateWithZoneDateWithZone and TimeWithZoneTimeWithZoneTimeWithZone.

Top