IHasTimeZone Interface

This object has a timezone assigned to it

Definition

Namespace: MobileTrack.Common.Interfaces
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public interface IHasTimeZone

Properties

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

Extension Methods

DateTimeOffsetNow Generates a DateTimeOffset based on the current time and the business object's timezone.
(Defined by ModelGenericExtensions)

See Also