Contents

time

A style displaying only the time component for a date.

Declaration

static let time: Text.DateStyle

Discussion

Text(event.startDate, style: .time)

Example output: 11:23PM

See Also

Getting text date styles