OlAppointmentTimeField Enum

Definition

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

olAppointmentTimeFieldEnd 3

The control is bound to the end time of the appointment.

olAppointmentTimeFieldNone 1

The control is not bound.

olAppointmentTimeFieldStart 2

The control is bound to the start time of the appointment.

Applies to