UPBaseEvent Class Reference
Inherits from | NSObject |
Conforms to | UPBaseObject |
Declared in | UPBaseEventAPI.h UPBaseEventAPI.m |
Tasks
-
xid
property -
title
property -
date
property -
timeCreated
property -
timeUpdated
property -
timeZone
property -
– apiType
-
– decodeFromDictionary:
-
– encodeToDictionary
Properties
date
The date the event occurred.
@property (nonatomic, strong) NSDate *date
Discussion
The date the event occurred.
Declared In
UPBaseEventAPI.h
timeCreated
The time the event was created.
@property (nonatomic, strong) NSDate *timeCreated
Discussion
The time the event was created.
Declared In
UPBaseEventAPI.h
timeUpdated
The time the event was last updated.
@property (nonatomic, strong) NSDate *timeUpdated
Discussion
The time the event was last updated.
Declared In
UPBaseEventAPI.h
timeZone
The time zone the event was created.
@property (nonatomic, strong) NSTimeZone *timeZone
Discussion
The time zone the event was created.
Declared In
UPBaseEventAPI.h