AppointmentRecurrence.Month プロパティ

定義

予定が発生する月を取得または設定します。 Month は UInt32 型で、既定値は 1 で、1 から 12 の値を指定できます。

public:
 property unsigned int Month { unsigned int get(); void set(unsigned int value); };
uint32_t Month();

void Month(uint32_t value);
public uint Month { get; set; }
var uInt32 = appointmentRecurrence.month;
appointmentRecurrence.month = uInt32;
Public Property Month As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

予定が発生する月。

Windows の要件

アプリの機能
appointmentsSystem

適用対象