Time

sealed interface Time : DateTimeFormatPart

Group for time-related format parts

Inheritors

Types

Link copied to clipboard

Represents long time format (e.g. "12:00:00"). Control character: "T"

Link copied to clipboard

Represents short time format (e.g. "12:00"). Control character: "t"

Properties

Link copied to clipboard
abstract val controlCharacter: String

Character that represents this part in the format string. Used by TgDateTimeFormatBuilder.build