use_whole_day property

use_whole_day property

Indicates whether uses whole days in its filtering criteria.

Definition:

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

See Also