Share via


UserDataTaskRecurrenceProperties.Month Properti

Definisi

Mendapatkan atau mengatur bulan di mana tugas terjadi. Bulan berjenis UInt32, memiliki nilai default 1, dan dapat menjadi nilai dari 1 hingga 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)

Nilai Properti

Bulan di mana tugas terjadi.

Berlaku untuk