다음을 통해 공유


Calendar.JulianDay Field

Definition

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 modified Julian day number.

[Android.Runtime.Register("JULIAN_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 JulianDay = 20;
[<Android.Runtime.Register("JULIAN_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 JulianDay : Android.Icu.Util.CalendarField

Field Value

Value = 20
Attributes

Remarks

<strong>[icu]</strong> Field number for get() and set() indicating the modified Julian day number. This is different from the conventional Julian day number in two regards. First, it demarcates days at local zone midnight, rather than noon GMT. Second, it is a local number; that is, it depends on the local time zone. It can be thought of as a single number that encompasses all the date-related fields.

Java documentation for android.icu.util.Calendar.JULIAN_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.

Applies to