|
Foxit PDF SDK
|
Public 成员函数 | |
| constructor (start_time, end_time) | |
| 带参数的构造函数。 更多... | |
| constructor () | |
| 构造函数。 | |
| Set (start_time, end_time) | |
| 设置值。 更多... | |
Public 属性 | |
| end_time | |
| 当前时间范围的结束时间。 | |
| start_time | |
| 当前时间范围的开始时间。 | |
此类表示时间范围,包括开始时间和结束时间。
| FSDK::TimeRange::constructor | ( | start_time | , |
| end_time | |||
| ) |
带参数的构造函数。
| [in] | start_time | 当前时间范围的开始时间。 |
| [in] | end_time | 当前时间范围的结束时间。 |
| FSDK::TimeRange::Set | ( | start_time | , |
| end_time | |||
| ) |
设置值。
| [in] | start_time | 当前时间范围的开始时间。 |
| [in] | end_time | 当前时间范围的结束时间。 |