TimeSpan class.
More...
#include <pyfbsdk_generated.h>
◆ FBTimeSpan()
Constructor.
- Parameters
-
| pStart | Start time(default=0). |
| pStop | Stop time(default=0). |
◆ GetDirection()
Get the direction of the timespan.
Returns 1 if positive, -1 otherwise.
- Returns
- Direction of timespan.
◆ GetDuration()
Get the unsigned duration value of a timespan.
- Returns
- Unsigned duration of the timespan.
◆ GetSignedDuration()
Get the signed duration value of a timespan.
- Returns
- Signed duration of the timespan.
◆ GetStart() [1/2]
Get the start/stop time.
- Returns
- Start/Stop time.
◆ GetStart() [2/2]
◆ GetStop() [1/2]
◆ GetStop() [2/2]
◆ Set()
Set the TimeSpan.
- Parameters
-
| pStart | Start time. |
| pStop | Stop time. |