LocalTimeZone
It holds an Int32 value. This value is used to determine the TimeZone to be used for conversion to and from Utc. Each time zone has been given a key. Please reference the TimeZone documentation for a table of TimeZone names and their key values.
Default value for the LocalTimeZone is 85 which is set to GMT 0 time zone.
| C# | |
|---|---|
public int LocalTimeZone {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0