バージョン

TimelineViewAppointmentTimeVisibility 列挙体

StartDateTimeEndDateTime プロパティを AppointmentUIElement に表示するかどうかを示す値を定義する定数。
シンタックス
'宣言
 
Public Enum TimelineViewAppointmentTimeVisibility 
   Inherits System.Enum
public enum TimelineViewAppointmentTimeVisibility : System.Enum 
メンバ
メンバ解説
BothOnLeft予定の StartDateTime および EndDateTime は予定のテキストの左に範囲として一緒に表示します。
BothOnRight予定の StartDateTime および EndDateTime は予定のテキストの左に範囲として一緒に表示します。
BothSeparate予定の StartDateTime および EndDateTime は別々に表示されます (予定テキストの両側)。
EndDateTime予定の EndDateTime は予定のテキストの右に表示されます。
None予定の時刻は表示されません。
StartDateTime予定の StartDateTime は予定のテキストの左に表示されます。
参照