共用方式為


AppointmentsProviderShowTimeFrameActivatedEventArgs.Duration 屬性

定義

取得要顯示的時間範圍持續時間。

public:
 property TimeSpan Duration { TimeSpan get(); };
TimeSpan Duration();
public System.TimeSpan Duration { get; }
var timeSpan = appointmentsProviderShowTimeFrameActivatedEventArgs.duration;
Public ReadOnly Property Duration As TimeSpan

屬性值

時間範圍的持續時間。

實作

適用於