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

適用於