offset
A style displaying a date as offset from now.
Declaration
static let offset: Text.DateStyleDiscussion
Text(event.startDate, style: .offset)Example output: +2 hours -3 months
A style displaying a date as offset from now.
static let offset: Text.DateStyleText(event.startDate, style: .offset)Example output: +2 hours -3 months