AppointmentRecurrence.Day プロパティ

定義

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

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

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

プロパティ値

UInt32

unsigned int

uint32_t

予定が発生する日。

Windows の要件

アプリの機能
appointmentsSystem

適用対象