Liquid XML Runtime for .Net - SetTimeZone - XmlDateTime
In This Topic
This feature has been superseded by Liquid XML Objects.
(The original functionality is still included in the product) |
Use Liquid XML Objects |
void SetTimeZone(sbyte hour, byte minute)
|
|
Property |
Description |
|
|
|
Argument hour |
sets the Hour part of the TimeZone. (Valid Range = -23 to 23) |
|
|
|
Argument minute |
sets the Minute part of the TimeZone. (Valid Range = 0 to 59) |
|
|
|
Description |
Specifies the TimeZone for this XmlDateTime to use |
|
|
|
Remarks |
Calling ToString("s") be formatted with '+|-hour:minute' on the end of the date. |
|