次の方法で共有


_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
<DispIdAttribute()> _
Property AppointmentTimeField As OlAppointmentTimeField
    Get
    Set
'Usage
Dim instance As _OlkTimeZoneControl
Dim value As OlAppointmentTimeField

value = instance.AppointmentTimeField

instance.AppointmentTimeField = value
[DispIdAttribute()]
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