다음을 통해 공유


Calendar.Jan11JulianDay Field

Definition

The Julian day of the Gregorian epoch, that is, January 1, 1 on the Gregorian calendar.

[Android.Runtime.Register("JAN_1_1_JULIAN_DAY", ApiSince=24)]
protected const int Jan11JulianDay = 1721426;
[<Android.Runtime.Register("JAN_1_1_JULIAN_DAY", ApiSince=24)>]
val mutable Jan11JulianDay : int

Field Value

Value = 1721426
Attributes

Remarks

The Julian day of the Gregorian epoch, that is, January 1, 1 on the Gregorian calendar.

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