UserDataTaskRecurrenceProperties.Month 属性

定义

获取或设置任务发生的月份。 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)

属性值

任务发生的月份。

适用于