Class FreeBusy
What kind of time is this: 0 = Busy, 1 = Free This Enum is used by: appointment.freeBusy; Task.defaultFreeBusy
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class FreeBusy : Enum
Fields
Busy
0:
Declaration
public const FreeBusy Busy
Field Value
Type | Description |
---|---|
FreeBusy |
Free
1:
Declaration
public const FreeBusy Free
Field Value
Type | Description |
---|---|
FreeBusy |
value__
What kind of time is this: 0 = Busy, 1 = Free This Enum is used by: appointment.freeBusy; Task.defaultFreeBusy
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)