parse

abstract fun parse(string: String): T

Parses from a string to datetime value.

Return

datetime value

Parameters

string

input string

Throws

Sources

jvm source
Link copied to clipboard