UniversalTimeScale.ToBigDecimal 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.
Overloads
ToBigDecimal(BigDecimal, UniversalTimeScaleType) |
Convert a datetime from the universal time scale to a |
ToBigDecimal(Int64, UniversalTimeScaleType) |
Convert a datetime from the universal time scale to a |
ToBigDecimal(BigDecimal, UniversalTimeScaleType)
Convert a datetime from the universal time scale to a BigDecimal
in the given time scale.
[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
The datetime in the universal time scale
- timeScale
- UniversalTimeScaleType
The time scale to convert to
Returns
The datetime converted to the given time scale
- Attributes
Remarks
Convert a datetime from the universal time scale to a BigDecimal
in the given time scale.
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)
Convert a datetime from the universal time scale to a BigDecimal
in the given time scale.
[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
The datetime in the universal time scale
- timeScale
- UniversalTimeScaleType
The time scale to convert to
Returns
The datetime converted to the given time scale
- Attributes
Remarks
Convert a datetime from the universal time scale to a BigDecimal
in the given time scale.
Java documentation for android.icu.util.UniversalTimeScale.toBigDecimal(long, int)
.
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.