IHasTimeZoneTimeZone 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.Interfaces
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
TimeZoneInfo TimeZone { get; set; }

Property Value

TimeZoneInfo

Remarks

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

See Also