Class TimeZoneDiaryAdjustment
How should a date/time field be adjusted by diary timezone?
Namespace: SoCore.Shared.CRM.Services
Assembly: SoCore.dll
Syntax
public sealed class TimeZoneDiaryAdjustment : Enum
Fields
DiaryTimezone
Adjust to the diary timezone
Declaration
public const TimeZoneDiaryAdjustment DiaryTimezone
Field Value
Type | Description |
---|---|
TimeZoneDiaryAdjustment |
None
No adjustment - use Base timezone
Declaration
public const TimeZoneDiaryAdjustment None
Field Value
Type | Description |
---|---|
TimeZoneDiaryAdjustment |
value__
How should a date/time field be adjusted by diary timezone?
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)