The time at which to display the entry.
SDK
- watchOS 2.0+
Framework
- Clock
Kit
Declaration
@property(nonatomic, retain) NSDate *date;
Discussion
The date you specify represents the day and time at which to begin displaying the associated complication data. Set this value appropriately based on the data you want to display. For example, weather forecast data would use the time at which the forecast was valid, but information about an upcoming meeting would use an earlier date to give the user advance notice.