TTTimeRangeDateTime

@interface TTTimeRangeDateTime : NSObject

Represents the startTime and endTime fields in a JSON Response.

  • Represents the current day in a calendar year in the POI time zone.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull date;

    Swift

    var date: String { get }
  • Hour.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSUInteger hour;

    Swift

    var hour: UInt { get }
  • Minute.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSUInteger minute;

    Swift

    var minute: UInt { get }