Tuya iOS Smart Life App SDK 5.15.0
ThingSmartPlaybackDate Class Reference

#import <ThingSmartPlaybackDate.h>

Inheritance diagram for ThingSmartPlaybackDate:

Class Methods

(instancetype) + playbackDateWithYear:month:day:
 
(instancetype) + playbackDateWithYear:month:day:timeZone:
 
(instancetype) + playbackDateWithDate:
 
(instancetype) + playbackDateWithDate:timeZone:
 
(BOOL) + isToday:
 
(instancetype) + playbackDateWithYear:month:day:
 
(instancetype) + playbackDateWithYear:month:day:timeZone:
 
(instancetype) + playbackDateWithDate:
 
(instancetype) + playbackDateWithDate:timeZone:
 
(BOOL) + isToday:
 

Properties

NSInteger year
 
NSInteger month
 
NSInteger day
 
NSDate * date
 
NSTimeInterval timeInterval
 
NSTimeZone * timeZone
 

Detailed Description

Definition at line 10 of file ThingSmartPlaybackDate.h.

Method Documentation

◆ isToday: [1/2]

+ (BOOL) isToday: (ThingSmartPlaybackDate *)  date

◆ isToday: [2/2]

+ (BOOL) isToday: (ThingSmartPlaybackDate *)  date

◆ playbackDateWithDate: [1/2]

+ (instancetype) playbackDateWithDate: (NSDate *)  date

◆ playbackDateWithDate: [2/2]

+ (instancetype) playbackDateWithDate: (NSDate *)  date

◆ playbackDateWithDate:timeZone: [1/2]

+ (instancetype) playbackDateWithDate: (NSDate *)  date
timeZone: (NSTimeZone *)  timeZone 

◆ playbackDateWithDate:timeZone: [2/2]

+ (instancetype) playbackDateWithDate: (NSDate *)  date
timeZone: (NSTimeZone *)  timeZone 

◆ playbackDateWithYear:month:day: [1/2]

+ (instancetype) playbackDateWithYear: (NSInteger)  year
month: (NSInteger)  month
day: (NSInteger)  day 

◆ playbackDateWithYear:month:day: [2/2]

+ (instancetype) playbackDateWithYear: (NSInteger)  year
month: (NSInteger)  month
day: (NSInteger)  day 

◆ playbackDateWithYear:month:day:timeZone: [1/2]

+ (instancetype) playbackDateWithYear: (NSInteger)  year
month: (NSInteger)  month
day: (NSInteger)  day
timeZone: (NSTimeZone *)  timeZone 

◆ playbackDateWithYear:month:day:timeZone: [2/2]

+ (instancetype) playbackDateWithYear: (NSInteger)  year
month: (NSInteger)  month
day: (NSInteger)  day
timeZone: (NSTimeZone *)  timeZone 

Property Documentation

◆ date

- (NSDate *) date
readnonatomicstrong

Definition at line 18 of file ThingSmartPlaybackDate.h.

◆ day

- (NSInteger) day
readnonatomicassign

Definition at line 16 of file ThingSmartPlaybackDate.h.

◆ month

- (NSInteger) month
readnonatomicassign

Definition at line 14 of file ThingSmartPlaybackDate.h.

◆ timeInterval

- (NSTimeInterval) timeInterval
readnonatomicassign

Definition at line 20 of file ThingSmartPlaybackDate.h.

◆ timeZone

- (NSTimeZone *) timeZone
readwritenonatomicstrong

Definition at line 22 of file ThingSmartPlaybackDate.h.

◆ year

- (NSInteger) year
readnonatomicassign

Definition at line 12 of file ThingSmartPlaybackDate.h.


The documentation for this class was generated from the following files: