Compartir a través de


Calendar.Month Propiedad

Definición

Obtiene o establece el mes.

public:
 property int Month { int get(); void set(int value); };
int Month();

void Month(int value);
public int Month { get; set; }
var int32 = calendar.month;
calendar.month = int32;
Public Property Month As Integer

Valor de propiedad

Int32

int

El mes.

Se aplica a

Consulte también