DaysOfWeek

public final class DaysOfWeek

Utilities for working with DayOfWeek instances.

Functions

Link copied to clipboard
public static SerializableConverter<DayOfWeek, DayOfWeek> converter()
Obtains the converter from Java Time.
Link copied to clipboard
public static DayOfWeek of(DayOfWeek day)
Obtains the week day corresponding to the passed Java Time value.
Link copied to clipboard
public static DayOfWeek parse(String str)
Parses a day of week value from an internal representation string.
Link copied to clipboard
public static DayOfWeek toJavaTime(DayOfWeek day)
Converts the passed instance to Java Time value.
Link copied to clipboard
public static String toString(DayOfWeek value)
Obtains string representation of the passed day of week.