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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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