Android.Text.Format.Time.GetJulianMondayFromWeeksSinceEpoch Method
Takes a number of weeks since the epoch and calculates the Julian day of the Monday for that week.

Syntax

[Android.Runtime.Register("getJulianMondayFromWeeksSinceEpoch", "(I)I", "")]
public static int GetJulianMondayFromWeeksSinceEpoch (int week)

Parameters

week
Number of weeks since the epoch

Returns

Documentation for this section has not yet been entered.

Remarks

Takes a number of weeks since the epoch and calculates the Julian day of the Monday for that week. This assumes that the week containing the Time.EpochJulianDay is considered week 0. It returns the Julian day for the Monday week weeks after the Monday of the week containing the epoch.

[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 11