Calendar.Jan11JulianDay 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.
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.