UPBaseEvent Class Reference
| Inherits from | NSObject |
| Conforms to | UPBaseObject |
| Declared in | UPBaseEventAPI.h UPBaseEventAPI.m |
Tasks
-
xidproperty -
titleproperty -
dateproperty -
timeCreatedproperty -
timeUpdatedproperty -
timeZoneproperty -
– apiType -
– decodeFromDictionary: -
– encodeToDictionary
Properties
date
The date the event occurred.
@property (nonatomic, strong) NSDate *dateDiscussion
The date the event occurred.
Declared In
UPBaseEventAPI.htimeCreated
The time the event was created.
@property (nonatomic, strong) NSDate *timeCreatedDiscussion
The time the event was created.
Declared In
UPBaseEventAPI.htimeUpdated
The time the event was last updated.
@property (nonatomic, strong) NSDate *timeUpdatedDiscussion
The time the event was last updated.
Declared In
UPBaseEventAPI.htimeZone
The time zone the event was created.
@property (nonatomic, strong) NSTimeZone *timeZoneDiscussion
The time zone the event was created.
Declared In
UPBaseEventAPI.h