다음을 통해 공유


AppointmentRecurrence.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

적용 대상