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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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