Share via


Calendar.NumberOfMonthsInThisYear Proprietà

Definizione

Ottiene il numero di mesi nell'anno corrente di questo oggetto Calendar .

public:
 property int NumberOfMonthsInThisYear { int get(); };
int NumberOfMonthsInThisYear();
public int NumberOfMonthsInThisYear { get; }
var int32 = calendar.numberOfMonthsInThisYear;
Public ReadOnly Property NumberOfMonthsInThisYear As Integer

Valore della proprietà

Int32

int

Numero di mesi nell'anno corrente o – 1 se il numero di mesi nell'anno corrente è sconosciuto.

Si applica a

Vedi anche