daylight_savings property

daylight_savings property

Gets or sets a value indicating whether daylight savings.

Definition:

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

See Also