date_time property

ComparerContext.date_time property

The date and time assigned to revisions created during document comparison.

@property
def date_time(self) -> datetime.datetime:
    ...

@date_time.setter
def date_time(self, value: datetime.datetime):
    ...

See Also