TNIntervalType

@objc
public enum TNIntervalType : Int, Codable

Interval type enumeration.

  • day

    Undocumented

    Declaration

    Swift

    case day = 1
  • Undocumented

    Declaration

    Swift

    case week = 7
  • Undocumented

    Declaration

    Swift

    case month = 30
  • Undocumented

    Declaration

    Swift

    public var name: String { get }
  • Declaration

    Swift

    public init(from decoder: Decoder) throws