OlAppointmentTimeField Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the time field in an appointment that the control is bound to.
public enum class OlAppointmentTimeField
[System.Runtime.InteropServices.Guid("BA5537F4-8941-4E26-871E-0D53D647B9FC")]
public enum OlAppointmentTimeField
Public Enum OlAppointmentTimeField
- Inheritance
-
OlAppointmentTimeField
- Attributes
Fields
Name | Value | Description |
---|---|---|
olAppointmentTimeFieldNone | 1 | The control is not bound. |
olAppointmentTimeFieldStart | 2 | The control is bound to the start time of the appointment. |
olAppointmentTimeFieldEnd | 3 | The control is bound to the end time of the appointment. |