modify_date property

modify_date property

Gets or sets the date on which this version was checked in.

Definition:

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

See Also