from_date_time method

from_date_time(value)

Creates a ChartXValue instance of the ChartXValueType.DATE_TIME type.

def from_date_time(self, value: datetime.datetime):
    ...
ParameterTypeDescription
valuedatetime.datetime

See Also