date_time_format property

date_time_format property

The time format (can include TimeZone). If not set, the current system format is used.

For details, see the documentation.

Definition:

@property
def date_time_format(self):
    ...
@date_time_format.setter
def date_time_format(self, value):
    ...

See Also