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

プロパティ値

時間枠の期間。

適用対象