Calendar.MillisecondsInDay Field
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.
Caution
This constant will be removed in the future version. Use Android.Icu.Util.CalendarField enum directly instead of this field.
<strong>[icu]</strong> Field number for get()
and set()
indicating the milliseconds in the day.
[Android.Runtime.Register("MILLISECONDS_IN_DAY", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Util.CalendarField enum directly instead of this field.", true)]
public const Android.Icu.Util.CalendarField MillisecondsInDay = 21;
[<Android.Runtime.Register("MILLISECONDS_IN_DAY", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Util.CalendarField enum directly instead of this field.", true)>]
val mutable MillisecondsInDay : Android.Icu.Util.CalendarField
Field Value
Value = 21- Attributes
Remarks
<strong>[icu]</strong> Field number for get()
and set()
indicating the milliseconds in the day. This ranges from 0 to 23:59:59.999 (regardless of DST). This field behaves <em>exactly</em> like a composite of all time-related fields, not including the zone fields. As such, it also reflects discontinuities of those fields on DST transition days. On a day of DST onset, it will jump forward. On a day of DST cessation, it will jump backward. This reflects the fact that is must be combined with the DST_OFFSET field to obtain a unique local time value.
Java documentation for android.icu.util.Calendar.MILLISECONDS_IN_DAY
.
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.