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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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