TNTimeOfDay

@objc
public enum TNTimeOfDay : Int, RawRepresentable, CaseIterable, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case morning
  • Undocumented

    Declaration

    Swift

    case noon
  • Undocumented

    Declaration

    Swift

    case lateAfternoon
  • Undocumented

    Declaration

    Swift

    case earlyNight
  • Undocumented

    Declaration

    Swift

    case lateNight
  • Declaration

    Swift

    public typealias RawValue = String
  • Declaration

    Swift

    public var rawValue: RawValue { get }
  • Declaration

    Swift

    public init?(rawValue: RawValue)
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Undocumented

    Declaration

    Swift

    public static func fromRawValue(_ value: RawValue) throws -> TNTimeOfDay
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws