다음을 통해 공유


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

적용 대상