Class 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 sealed class AllDayEvent : Enum
Fields
No
0:
Declaration
public const AllDayEvent No
Field Value
Type | Description |
---|---|
AllDayEvent |
value__
Is this an all day event: 0 = No, 1 = Yes This Enum is used by: appointment.alldayEvent; Task.defaultAlldayEvent
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Yes
1:
Declaration
public const AllDayEvent Yes
Field Value
Type | Description |
---|---|
AllDayEvent |
Extension Methods
EnumUtil.MapEnums<From, To>(From)