Companion

Functions

Link copied to clipboard
fun orNull(isoWeekYear: Int, isoWeekNumber: Int, dayOfWeek: Int): LocalIsoWeekDate?
fun orNull(isoWeekYear: Int, isoWeekNumber: Int, dayOfWeek: DayOfWeek): LocalIsoWeekDate?

Constructs a LocalIsoWeekDate instance from the given date components or returns null if a value is out of range or invalid.

Link copied to clipboard
fun parse(isoString: String): LocalIsoWeekDate

Parses an ISO 8601 week date string as a LocalIsoWeekDate.

Link copied to clipboard

Parses an ISO 8601 week date string as a LocalIsoWeekDate or returns null if the string could not be parsed into a LocalIsoWeekDate.