TNEntityExceptionalPeriod

@objcMembers
open class TNEntityExceptionalPeriod : NSObject, Codable

Specifies one exceptional period for opening or access hours.

  • Begin of the regular period, in local time, given in hours and minutes.

    Declaration

    Swift

    public var periodBegin: String?
  • End of the regular period, in local time, syntax as for period_begin.

    Declaration

    Swift

    public var periodEnd: String?