from_seconds method

from_seconds

Returns a Time object that is represented in seconds.

Returns

Returns a Time object.

def from_seconds(self, value):
    ...
ParameterTypeDescription
valuefloatThe value.

See Also