Lenguaje

SYSTEMTIME.month Propiedad

Definición

Obtiene un valor que especifica el mes actual.

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

Un short valor que representa el mes actual.

Comentarios

enero = 1, febrero = 2, y así sucesivamente.

Se aplica a