Share via


UserDataTaskRecurrenceProperties.Month Property

Definition

Gets or sets the month on which a task occurs. Month is of type UInt32, has a default value of 1, and can be a value from 1 to 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)

Property Value

The month on which a task occurs.

Applies to