SYSTEMTIME.month Propiedad

Definición

Obtiene un valor que especifica el mes en curso.

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

Valor de propiedad

Valor short que representa el mes en curso.

Comentarios

Enero = 1, febrero = 2, etc.

Se aplica a