Functions
Link copied to clipboard
fun Format(block: DateTimeFormatBuilder.WithDateTimeComponents.() -> Unit): DateTimeFormat<DateTimeComponents>
Creates a DateTimeFormat for DateTimeComponents values using DateTimeFormatBuilder.WithDateTimeComponents.
Link copied to clipboard
fun DateTimeComponents.Companion.parse(input: CharSequence, format: DateTimeFormat<DateTimeComponents>): DateTimeComponents
Parses a DateTimeComponents from input using the given format. Equivalent to calling DateTimeFormat.parse on format with input.