movie_creation_time property

movie_creation_time property

A 32-bit integer that specifies the creation calendar date and time for the movie atom.

Definition:

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

See Also