TimeZoneSetFlags Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
BrowserOffsetFromUtc | 1 | The parameter specifies the timezone as an offset from UTC, in minutes. This option is generally used when attempting to determine the user's timezone from his browser. Setting the timezone in this way is inferior to setting the timezone to a definitive timezone by timezone ID or a timezone object because a particular offset from UTC can map to multiple timezones at any point in time. | |
DoNotOverride | 2 | Only set the timezone if no user timezone has already been set. | |
WindowsOffsetFromUtc | 4 | Sets the timezone using an offset in minutes from UTC, using the Windows direction of calculating UTC offset. (Pacific time is -480 minutes) |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.