Enum 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 enum FreeBusy : short
Fields
Name | Description |
---|---|
Busy | 0: |
Free | 1: |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.FreeBusy, To>()