public final class RubyChronoFields extends Object
Modifier and Type | Field and Description |
---|---|
static TemporalField |
DAY_OF_WEEK_STARTING_WITH_MONDAY_1
The day of the week (Monday is 1, 1..7).
|
static TemporalField |
DAY_OF_WEEK_STARTING_WITH_SUNDAY_0
The day of the week (Sunday is 0, 0..6).
|
static TemporalField |
NANO_OF_INSTANT_SECONDS
The nano-of-instant epoch-seconds.
|
static TemporalField |
WEEK_BASED_YEAR
The ISO 8601 week-based year.
|
static TemporalField |
WEEK_OF_WEEK_BASED_YEAR
The week number of the ISO 8601 week-based year (01..53).
|
static TemporalField |
WEEK_OF_YEAR_STARTING_WITH_MONDAY
The week number of the year, with the week starting with Monday (00..53).
|
static TemporalField |
WEEK_OF_YEAR_STARTING_WITH_SUNDAY
The week number of the year, with the week starting with Sunday (00..53).
|
public static final TemporalField WEEK_BASED_YEAR
public static final TemporalField NANO_OF_INSTANT_SECONDS
public static final TemporalField WEEK_OF_YEAR_STARTING_WITH_SUNDAY
public static final TemporalField WEEK_OF_YEAR_STARTING_WITH_MONDAY
public static final TemporalField DAY_OF_WEEK_STARTING_WITH_MONDAY_1
public static final TemporalField WEEK_OF_WEEK_BASED_YEAR
public static final TemporalField DAY_OF_WEEK_STARTING_WITH_SUNDAY_0