Package-level declarations

Types

Link copied to clipboard

Important: This is a Public Preview API. It may be changed or removed at any time.

Link copied to clipboard
object DateParser

Important: This is a Public Preview API. It may be changed or removed at any time.

Link copied to clipboard

SystemTimeProvider implementation using the Android-specific SystemClock mechanism.

Link copied to clipboard

Generic contract for the system time provider.

Functions

Link copied to clipboard
fun Calendar.format(pattern: String): String

Important: This is a Public Preview API. It may be changed or removed at any time.

Link copied to clipboard
fun Calendar.parse(str: String, pattern: String = DEFAULT_DATE_PATTERN): Calendar

Important: This is a Public Preview API. It may be changed or removed at any time.