Android.Text.Format.Time.Normalize Method
Ensures the values in each field are in range.

Syntax

[Android.Runtime.Register("normalize", "(Z)J", "GetNormalize_ZHandler")]
public virtual long Normalize (bool ignoreDst)

Parameters

ignoreDst
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Ensures the values in each field are in range. For example if the current value of this calendar is March 32, normalize() will convert it to April 1. It also fills in weekDay, yearDay, isDst and gmtoff.

If "ignoreDst" is true, then this method sets the "isDst" field to -1 (the "unknown" value) before normalizing. It then computes the correct value for "isDst".

See Time.ToMillis(bool) for more information about when to use true or false for "ignoreDst".

[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