← 返回首页
JulianFields (Java SE 26 & JDK 26)
JavaScript is disabled on your browser.
Contents  
  1. Description
  2. Field Summary
  3. Method Summary
  4. Field Details
    1. JULIAN_DAY
    2. MODIFIED_JULIAN_DAY
    3. RATA_DIE
Hide sidebar  Show sidebar

Class JulianFields

java.lang.Object
java.time.temporal.JulianFields
public final class JulianFields extends Object
A set of date fields that provide access to Julian Days.

The Julian Day is a standard way of expressing date and time commonly used in the scientific community. It is expressed as a decimal number of whole days where days start at midday. This class represents variations on Julian Days that count whole days from midnight.

The fields are implemented relative to EPOCH_DAY. The fields are supported, and can be queried and set if EPOCH_DAY is available. The fields work with all chronologies.

Implementation Requirements: This is an immutable and thread-safe class. Since: 1.8

Scripting on this page tracks web page traffic, but does not change the content in any way.