Share via


SYSTEMTIME.month Proprietà

Definizione

Ottiene un valore che specifica il mese corrente.

public:
 property short month { short get(); void set(short value); };
public short month { get; set; }
member this.month : int16 with get, set
Public Property month As Short

Valore della proprietà

Valore short che rappresenta il mese corrente.

Commenti

Gennaio = 1, febbraio = 2 e così via.

Si applica a