Calendar.GetStamp(CalendarField) Method

Definition

Returns the timestamp of a field.

[Android.Runtime.Register("getStamp", "(I)I", "", ApiSince=24)]
protected int GetStamp (Android.Icu.Util.CalendarField field);
[<Android.Runtime.Register("getStamp", "(I)I", "", ApiSince=24)>]
member this.GetStamp : Android.Icu.Util.CalendarField -> int

Parameters

Returns

Attributes

Remarks

Returns the timestamp of a field.

Java documentation for android.icu.util.Calendar.getStamp(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to