Share via


_OlkTimeZoneControl.AppointmentTimeField Property

Returns or sets an OlAppointmentTimeField constant that specifies the time field on the appointment that the control binds against. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Property AppointmentTimeField As OlAppointmentTimeField
    Get
    Set
'Usage
Dim instance As _OlkTimeZoneControl
Dim value As OlAppointmentTimeField

value = instance.AppointmentTimeField

instance.AppointmentTimeField = value
OlAppointmentTimeField AppointmentTimeField { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlAppointmentTimeField

Remarks

This control does not support standard data binding.

See Also

Reference

_OlkTimeZoneControl Interface

_OlkTimeZoneControl Members

Microsoft.Office.Interop.Outlook Namespace