TNEntityTimeRange

@objcMembers
open class TNEntityTimeRange : NSObject, Codable

Undocumented

  • Provides the start time, in HH:mm:ss format.

    Declaration

    Swift

    public var timeFrom: String?
  • Provides the end time, in HH:mm:ss format.

    Declaration

    Swift

    public var timeTo: String?