Android.Text.Format.Time.GetActualMaximum Method
Return the maximum possible value for the given field given the value of the other fields.

Syntax

[Android.Runtime.Register("getActualMaximum", "(I)I", "GetGetActualMaximum_IHandler")]
public virtual int GetActualMaximum ([Android.Runtime.GeneratedEnum] TimeFormatValues field)

Parameters

field
one of the constants for HOUR, MINUTE, SECOND, etc.

Returns

Documentation for this section has not yet been entered.

Remarks

Return the maximum possible value for the given field given the value of the other fields. Requires that it be normalized for MONTH_DAY and YEAR_DAY.

[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