TimeWithZone ConstructorTimeWithZone ConstructorTimeWithZone Constructor
- XmlPrime 2.5
- Other Versions ▼
Overload List
| Name | Description |
---|
 | TimeWithZone (decimal, TimeZone?)TimeWithZone (Decimal, Nullable(Of TimeZone))TimeWithZone (decimal, Nullable<TimeZone>) |
Initializes a new instance of the TimeWithZoneTimeWithZoneTimeWithZone structure
with the specified number of seconds past midnight, in the specified time zone.
|
 | TimeWithZone (int, int, decimal, TimeZone?)TimeWithZone (Integer, Integer, Decimal, Nullable(Of TimeZone))TimeWithZone (int, int, decimal, Nullable<TimeZone>) |
Initializes a new instance of the TimeWithZoneTimeWithZoneTimeWithZone structure with the specified hour, minute,
second and time zone components.
|
Top