バージョン

DateRecurrence クラス

繰り返しの日付パターンを定義するプロパティを公開します。
シンタックス
'宣言
 
Public Class DateRecurrence 
   Inherits Infragistics.Shared.SubObjectBase
public class DateRecurrence : Infragistics.Shared.SubObjectBase 
解説

Infragistics 2009 Volume 1 リリースでは、AppointmentRecurrence は再作成され、ほとんどの機能は DateRecurrence 基本クラスに移動されました。このクラスは元に AppointmentRecurrence クラスにほとんどの公開されたいたプロパティを含みます。AppointmentRecurrence クラスに残っているプロパティは appointments 固有のプロパティです (OccurrenceStartTime、OccurenceDuration、RootAppointment および Variances)。

DateRecurrence クラスは、TimeSlotSettings クラスに使用される日付パターンを定義するのに使用されます。

次の発生の後の日付または指定された日付の後を取得するのに GetDateOfNextOccurrence メソッドを使用します。

RecurrenceDialog クラスは変更され、DateRecurrence および AppointmentRecurrence の編集のフロント エンドを提供します。constructor は、DateRecurrence インスタンスへ参照を取得するオーバー読み込みを公開します。また DateRecurrence プロパティを介してダイアログ セッションの結果を返します。

参照