UniversalTimeScale.ToBigDecimal Method

Definition

Overloads

ToBigDecimal(BigDecimal, UniversalTimeScaleType)
ToBigDecimal(Int64, UniversalTimeScaleType)

ToBigDecimal(BigDecimal, UniversalTimeScaleType)

[Android.Runtime.Register("toBigDecimal", "(Landroid/icu/math/BigDecimal;I)Landroid/icu/math/BigDecimal;", "", ApiSince=26)]
public static Android.Icu.Math.BigDecimal? ToBigDecimal (Android.Icu.Math.BigDecimal? universalTime, Android.Icu.Util.UniversalTimeScaleType timeScale);
[<Android.Runtime.Register("toBigDecimal", "(Landroid/icu/math/BigDecimal;I)Landroid/icu/math/BigDecimal;", "", ApiSince=26)>]
static member ToBigDecimal : Android.Icu.Math.BigDecimal * Android.Icu.Util.UniversalTimeScaleType -> Android.Icu.Math.BigDecimal

Parameters

universalTime
BigDecimal

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

ToBigDecimal(Int64, UniversalTimeScaleType)

[Android.Runtime.Register("toBigDecimal", "(JI)Landroid/icu/math/BigDecimal;", "", ApiSince=26)]
public static Android.Icu.Math.BigDecimal? ToBigDecimal (long universalTime, Android.Icu.Util.UniversalTimeScaleType timeScale);
[<Android.Runtime.Register("toBigDecimal", "(JI)Landroid/icu/math/BigDecimal;", "", ApiSince=26)>]
static member ToBigDecimal : int64 * Android.Icu.Util.UniversalTimeScaleType -> Android.Icu.Math.BigDecimal

Parameters

universalTime
Int64

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