from_time_span method

from_time_span(value)

Creates a ChartYValue instance of the ChartYValueType.TIME type.

def from_time_span(self, value: datetime.timespan):
    ...
ParameterTypeDescription
valuedatetime.timespan

See Also