get_time_value method

get_time_value

This method is used to get the value as a TimeSpan object. This method is valid if only only type of the input element is “time”

Returns

The TimeSpan object.

def get_time_value(self):
    ...

See Also