다음을 통해 공유


UserDataTaskRecurrenceProperties.Month 속성

정의

작업이 발생하는 월을 가져오거나 설정합니다. 월은 UInt32 형식이고 기본값은 1이며 1에서 12까지의 값일 수 있습니다.

public:
 property IReference<int> ^ Month { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> Month();

void Month(IReference<int> value);
public System.Nullable<int> Month { get; set; }
var iReference = userDataTaskRecurrenceProperties.month;
userDataTaskRecurrenceProperties.month = iReference;
Public Property Month As Nullable(Of Integer)

속성 값

작업이 발생하는 월입니다.

적용 대상