time
2.0.0-SNAPSHOT.121
time
/
io.spine.time
/
DaysOfWeek
Days
Of
Week
public
final
class
DaysOfWeek
Utilities for working with
DayOfWeek
instances.
Functions
Functions
converter
Link copied to clipboard
public
static
SerializableConverter
<
DayOfWeek
,
DayOfWeek
>
converter
(
)
Obtains the converter from Java Time.
of
Link copied to clipboard
public
static
DayOfWeek
of
(
DayOfWeek
day
)
Obtains the week day corresponding to the passed Java Time value.
parse
Link copied to clipboard
public
static
DayOfWeek
parse
(
String
str
)
Parses a day of week value from an internal representation string.
to
Java
Time
Link copied to clipboard
public
static
DayOfWeek
toJavaTime
(
DayOfWeek
day
)
Converts the passed instance to Java Time value.
to
String
Link copied to clipboard
public
static
String
toString
(
DayOfWeek
value
)
Obtains string representation of the passed day of week.