Click or drag to resize

TimeZonesConvert Method

Overload List
  NameDescription
Public methodConvert(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.
Public methodConvert(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.
Top
See Also