subsec_time property

subsec_time property

Gets or sets the fractions of seconds for the DateTime tag.

Definition:

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

See Also