Currency.IsAvailable(String, Date, Date) Method

Definition

[Android.Runtime.Register("isAvailable", "(Ljava/lang/String;Ljava/util/Date;Ljava/util/Date;)Z", "", ApiSince=24)]
public static bool IsAvailable (string? code, Java.Util.Date? from, Java.Util.Date? to);
[<Android.Runtime.Register("isAvailable", "(Ljava/lang/String;Ljava/util/Date;Ljava/util/Date;)Z", "", ApiSince=24)>]
static member IsAvailable : string * Java.Util.Date * Java.Util.Date -> bool

Parameters

code
String
from
Date
to
Date

Returns

Attributes

Remarks

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