TimeZonesHandler Class

Handles timezones for companies, Devices, 3rd parties and users.
All times are saved in the database to UTC, then converted to a preferred timezone when requested for UI purposes.

Definition

Namespace: MobileTrack.Common.Services
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public static class TimeZonesHandler
Inheritance
Object    TimeZonesHandler

Methods

DetermineTimeZoneByCountry If we know the nation of an object but not its timezone, we can determine the timezone by the nation. (If not owned by a company that has its timezone set)

Fields

AllTimeZones A list of all time zones that a company or user can be assigned to.

See Also