Structure
ScheduleBuilder.Time
Describes a time of day
struct Time
Topics
Initializers
init(stringLiteral: String)Creates an instance initialized to the given string value.
Instance Properties
var description: StringA textual representation of this instance.
Type Properties
static var midnight: ScheduleBuilder.TimeReturns aTimeobject at midnight (12:00 AM)static var noon: ScheduleBuilder.TimeReturns aTimeobject at noon (12:00 PM)
Relationships
Conforms To
Swift.CustomStringConvertibleSwift.ExpressibleByExtendedGraphemeClusterLiteralSwift.ExpressibleByStringLiteralSwift.ExpressibleByUnicodeScalarLiteral