共用方式為


IAppointmentsProviderShowTimeFrameActivatedEventArgs.Duration 屬性

定義

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

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

屬性值

時間範圍的持續時間。

適用於