time
A style displaying only the time component for a date.
Declaration
static let time: Text.DateStyleDiscussion
Text(event.startDate, style: .time)Example output: 11:23PM
A style displaying only the time component for a date.
static let time: Text.DateStyleText(event.startDate, style: .time)Example output: 11:23PM