LocalTime.Get(ITemporalField) Method

Definition

Gets the value of the specified field from this time as an int.

[Android.Runtime.Register("get", "(Ljava/time/temporal/TemporalField;)I", "", ApiSince=26)]
public int Get(Java.Time.Temporal.ITemporalField? field);
[<Android.Runtime.Register("get", "(Ljava/time/temporal/TemporalField;)I", "", ApiSince=26)>]
abstract member Get : Java.Time.Temporal.ITemporalField -> int
override this.Get : Java.Time.Temporal.ITemporalField -> int

Parameters

field
ITemporalField

the field to get, not null

Returns

the value for the field

Implements

Attributes

Remarks

To be added.

Java reference for java.time.LocalTime.get.

Applies to