TimeZonesConvert Method |
Name | Description | |
---|---|---|
Convert(Int32, Int32, DateTime) |
Converts a date/time between two arbitrary timezones. If either the source or destination timezones
are not known then the unconverted date/time is returned. Note that as elsewhere you can use 0 for
UTC and -1 for the user local timezone.
| |
Convert(String, String, DateTime) |
Converts a date/time between two arbitrary timezones. If either the source or destination timezones
are not known then the unconverted date/time is returned. Note that as elsewhere you can use "0"
for UTC and "." or "-1" for the user local timezone.
|