Calendar.NumberOfMonthsInThisYear Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
property int NumberOfMonthsInThisYear { int get(); };
int NumberOfMonthsInThisYear();
public int NumberOfMonthsInThisYear { get; }
var int32 = calendar.numberOfMonthsInThisYear;
Public ReadOnly Property NumberOfMonthsInThisYear As Integer
Valor da propriedade
Int32
int
O número de meses no ano atual ou – 1 se o número de meses no ano atual for desconhecido.