次の方法で共有


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

プロパティ値

期間の期間。

実装

適用対象