Enum AllDayEvent
Is this an all day event: 0 = No, 1 = Yes This Enum is used by: appointment.alldayEvent; Task.defaultAlldayEvent
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum AllDayEvent : short
Fields
Name | Description |
---|---|
No | 0: |
Yes | 1: |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.AllDayEvent, To>()