MeasureUnit.MetricTon Property
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.
Constant for unit of mass: metric-ton (renamed to tonne in CLDR 42 / ICU 72).
[Android.Runtime.Register("METRIC_TON", ApiSince=24)]
public static Android.Icu.Util.MeasureUnit? MetricTon { get; }
[<Android.Runtime.Register("METRIC_TON", ApiSince=24)>]
static member MetricTon : Android.Icu.Util.MeasureUnit
Property Value
- Attributes
Remarks
Constant for unit of mass: metric-ton (renamed to tonne in CLDR 42 / ICU 72). Note: In ICU 74 this will be deprecated in favor of TONNE, which is currently draft but will become stable in ICU 74, and which uses the preferred naming.
Java documentation for android.icu.util.MeasureUnit.METRIC_TON
.
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.