maxon.TimeValue¶
Description¶
The maxon.TimeValue
class encapsulates a timer value.
Methods Signature¶
Get the |
|
|
Set the |
|
Initialize self. |
Methods Definition¶
-
TimeValue.
GetSeconds
()¶ Get the
maxon.TimeValue
- Returns
Time value in seconds.
- Return type
-
TimeValue.
SetSeconds
(seconds)¶ Set the
maxon.TimeValue
- Parameters
seconds (float) – seconds time value in seconds.
-
TimeValue.
__init__
(seconds)¶ Initialize self. See help(type(self)) for accurate signature.