A period of dates
name | data type | description |
---|---|---|
from | number | |
to | number | |
valid | boolean | Check that start date is before end date or any of them is empty |
empty | boolean | Is period empty - are both From and To values are not specified |
strictMatch | boolean | |
fromMatch | number | |
toMatch | number |
Example
{ "from" : 12345, "to" : 12345, "valid" : true, "empty" : true, "strictMatch" : true, "fromMatch" : 12345, "toMatch" : 12345 }