Android.Text.Format.Time.WeekNumber Property
Computes the week number according to ISO 8601.

Syntax

[get: Android.Runtime.Register("getWeekNumber", "()I", "GetGetWeekNumberHandler")]
public virtual int WeekNumber { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Computes the week number according to ISO 8601. The current Time object must already be normalized because this method uses the yearDay and weekDay fields.

In IS0 8601, weeks start on Monday. The first week of the year (week 1) is defined by ISO 8601 as the first week with four or more of its days in the starting year. Or equivalently, the week containing January 4. Or equivalently, the week with the year's first Thursday in it.

The week number can be calculated by counting Thursdays. Week N contains the Nth Thursday of the year.

[Android Documentation]

Requirements

Namespace: Android.Text.Format
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3