ITemporalAmount.Get(ITemporalUnit) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value of the requested unit.
[Android.Runtime.Register("get", "(Ljava/time/temporal/TemporalUnit;)J", "GetGet_Ljava_time_temporal_TemporalUnit_Handler:Java.Time.Temporal.ITemporalAmountInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)]
public long Get (Java.Time.Temporal.ITemporalUnit? unit);
[<Android.Runtime.Register("get", "(Ljava/time/temporal/TemporalUnit;)J", "GetGet_Ljava_time_temporal_TemporalUnit_Handler:Java.Time.Temporal.ITemporalAmountInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
abstract member Get : Java.Time.Temporal.ITemporalUnit -> int64
Parameters
- unit
- ITemporalUnit
the TemporalUnit
for which to return the value
Returns
the long value of the unit
- Attributes
Remarks
Returns the value of the requested unit. The units returned from #getUnits()
uniquely define the value of the TemporalAmount
. A value must be returned for each unit listed in getUnits
.
Java documentation for java.time.temporal.TemporalAmount.get(java.time.temporal.TemporalUnit)
.
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.