次の方法で共有


Recurrence.MonthlyPattern.DayOfMonth プロパティ

定義

各発生が発生する月の日を取得または設定します。

public:
 property int DayOfMonth { int get(); void set(int value); };
public int DayOfMonth { get; set; }
Public Property DayOfMonth As Integer

プロパティ値

整数値。

注釈

DayOfMonth は 1 から 31 の間である必要があります。

適用対象