|
Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
| (id) | - init |
| Constructor. | |
| (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... | |
Properties | |
| FSDateTime * | end_time |
| End time of current time range. | |
| FSDateTime * | start_time |
| Start time of current time range. | |
This class represents a time range, including start time and end time.
| - (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. |