|
Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
| def | TimeRange () |
| Constructor. | |
| def | TimeRange (other) |
| Constructor, with another time range object. More... | |
| def | Set (start_time, end_time) |
| Set value. More... | |
Static Public Attributes | |
| end_time = _fsdk.TimeRange_end_time | |
| End time of current time range. | |
| start_time = _fsdk.TimeRange_start_time | |
| Start time of current time range. | |
This class represents a time range, including start time and end time.
| def FoxitPDFSDKPython3.TimeRange.TimeRange | ( | other | ) |
Constructor, with another time range object.
| [in] | other | Another time range object. |
| def FoxitPDFSDKPython3.TimeRange.Set | ( | start_time, | |
| end_time | |||
| ) |
Set value.
| [in] | start_time | Start time of current time range. |
| [in] | end_time | End time of current time range. |