from_milliseconds method

from_milliseconds

Returns a Time object that is represented in milliseconds.

Returns

Returns a Time object.

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

See Also