Scheduler for WPF
VisualStartTime プロパティ (C1Scheduler)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス : VisualStartTime プロパティ
Gets or sets a start of a period of time that is currently represented in the control UI. This is a dependency property.
シンタックス
'宣言
 
Public Property VisualStartTime As System.Date
public System.DateTime VisualStartTime {get; set;}
解説
Usually this property value should not be set directly; it gets its value automatically based on the VisualTimeSpan and SelectedDateTime properties (the latter one has DateTime.Today as default) so as to be aligned at the beginning of a current week or current month's first week. Setting it to a value that is not correctly aligned relative to the current control UI (for example, if it is not set to the first day of the week for the Month view) can cause an inadequate UI look.

To change a current period of time safely you can use the SelectedDateTime property or the SetRelativeStartTime method or the SetRelativeStartTimeCommand command.

参照

C1Scheduler クラス
C1Scheduler メンバ