Enum ModifiedAppointmentFields
Value for field 'modified_appointment_fields' in table 'appointment'. This Enum is used by: appointment.modified_appointment_fields This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum ModifiedAppointmentFields
Fields
Name | Description |
---|---|
Date | 1: The Date-field has been modified. |
Location | 4: The Location-field has been modified. |
None | 0: No modified fields. |
Time | 2: The Time-field has been modified. |