Java.Util.Calendar.Roll Method
Increment or decrement the given field and wrap the value of the field when it goes beyond the maximum or minimum value for the current date.

Syntax

[Android.Runtime.Register("roll", "(IZ)V", "GetRoll_IZHandler")]
public abstract void Roll ([Android.Runtime.GeneratedEnum] CalendarField field, bool increment)

Parameters

field
Documentation for this section has not yet been entered.
increment
Documentation for this section has not yet been entered.

Remarks

Increment or decrement the given field and wrap the value of the field when it goes beyond the maximum or minimum value for the current date. Other fields will be adjusted as required to maintain a consistent date.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1