seconds_past_midnight property

seconds_past_midnight property

Gets or sets the seconds past midnight.

Definition:

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

See Also