Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithOther: |
Constructor, with another time range object. More... | |
(id) | - initWithStart_time:end_time: |
Constructor, with parameters. More... | |
(void) | - set:end_time: |
Set value. More... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Properties | |
FSDateTime * | end_time |
End time of current time range. More... | |
FSDateTime * | start_time |
Start time of current time range. More... | |
This class represents a time range, including start time and end time.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (id) initWithOther: | (FSTimeRange*) | other |
Constructor, with another time range object.
[in] | other | Another time range object. |
- (id) initWithStart_time: | (FSDateTime*) | start_time | |
end_time: | (FSDateTime*) | end_time | |
Constructor, with parameters.
[in] | start_time | Start time of current time range. |
[in] | end_time | End time of current time range. |
- (void) set: | (FSDateTime*) | start_time | |
end_time: | (FSDateTime*) | end_time | |
Set value.
[in] | start_time | Start time of current time range. |
[in] | end_time | End time of current time range. |
|
protected |
|
protected |
|
readwritenonatomiccopy |
End time of current time range.
|
readwritenonatomiccopy |
Start time of current time range.