AccountDtoTimeZone 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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public TimeZoneInfo TimeZone { get; set; }

Property Value

TimeZoneInfo

Implements

IHasTimeZoneTimeZone

Remarks

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

See Also