OlAppointmentTimeField 列挙型

定義

コントロールを予定のどの時刻にバインドするかを指定します。

public enum class OlAppointmentTimeField
[System.Runtime.InteropServices.Guid("BA5537F4-8941-4E26-871E-0D53D647B9FC")]
public enum OlAppointmentTimeField
Public Enum OlAppointmentTimeField
継承
OlAppointmentTimeField
属性

フィールド

olAppointmentTimeFieldEnd 3

予定の終了時刻にバインド。

olAppointmentTimeFieldNone 1

バインドしない。

olAppointmentTimeFieldStart 2

予定の開始時刻にバインド。

適用対象