from_time_span method

from_time_span(value)

Creates a ChartXValue instance of the ChartXValueType.TIME type.

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

See Also