Skip to content

Structure

ScheduleBuilder.Time

Describes a time of day
struct Time

Topics

Initializers

Instance Properties

  • description
    A textual representation of this instance.

Type Properties

  • midnight
    Returns a Time object at midnight (12:00 AM)
  • noon
    Returns a Time object at noon (12:00 PM)

Relationships

Conforms To

  • Swift.CustomStringConvertible
  • Swift.ExpressibleByExtendedGraphemeClusterLiteral
  • Swift.ExpressibleByStringLiteral
  • Swift.ExpressibleByUnicodeScalarLiteral