Condividi tramite


ISOWeek.GetWeeksInYear(Int32) Metodo

Definizione

Calcola il numero di settimane in un determinato anno con numerazione delle settimane ISO.

public:
 static int GetWeeksInYear(int year);
public static int GetWeeksInYear (int year);
static member GetWeeksInYear : int -> int
Public Shared Function GetWeeksInYear (year As Integer) As Integer

Parametri

year
Int32

Anno con numerazione delle settimane ISO, detto anche anno ISO informalmente.

Restituisce

Il numero di settimane ISO nell'anno. Restituisce 52 o 53.

Si applica a