ChronoUnit.IsSupportedBy(ITemporal) 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.
[Android.Runtime.Register("isSupportedBy", "(Ljava/time/temporal/Temporal;)Z", "", ApiSince=26)]
public bool IsSupportedBy (Java.Time.Temporal.ITemporal? temporal);
[<Android.Runtime.Register("isSupportedBy", "(Ljava/time/temporal/Temporal;)Z", "", ApiSince=26)>]
abstract member IsSupportedBy : Java.Time.Temporal.ITemporal -> bool
override this.IsSupportedBy : Java.Time.Temporal.ITemporal -> bool
Parameters
- temporal
- ITemporal
Returns
Implements
- Attributes