CompanyDtoTimeZone Property

Assigned timezone of the object. If , the object will use the default timezone of the assigned owning CompanyDto. Failing that, UTC.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public TimeZoneInfo TimeZone { get; set; }

Property Value

TimeZoneInfo

Implements

IHasTimeZoneTimeZone

Remarks

If not , the item must be in a valid TimeZoneInfo format.

See Also