UpdateAppointmentSetup Class Members
The following tables list the members exposed by UpdateAppointmentSetup.
Public Constructors
Name | Description | |
---|---|---|
![]() |
UpdateAppointmentSetup Constructor | Initializes a new instance of the UpdateAppointmentSetup class. |
Public Properties
Name | Description | |
---|---|---|
![]() |
AppointmentClass | Element from the 'Employee Sched Class' application list. If not set the default list value is used. |
![]() |
AppointmentObjid | The Objid of the Appointment being modified. |
![]() |
AppointmentType | Element from the 'Employee Sched Type' application list. If not set the default list value is used. |
![]() |
CellText | The short description of the Appointment. |
![]() |
CreateDate | The DateTime the Appointment was modified. If not set, the current time is used. |
![]() |
Description | The description of the Appointment. |
![]() |
Duration | The length (in seconds) of the Appointment. If not specified, it is calculated from the start and end times. |
![]() |
EndDate | The DateTime the Appointment ends. If not set, the start time and duration is used to calculate the end time. |
![]() |
StartDate | The DateTime the Appointment starts. If not set, the current time is used. |
![]() |
UserName | The user who is updating the Appointment. If not set, the session user is used. |
Reference
UpdateAppointmentSetup Class
FChoice.Toolkits.Clarify.FieldOps Namespace
UpdateAppointment(UpdateAppointmentSetup) Method