...
By using the current operator it will fetch records according to the period unit Value from beginning to end
The value type for operator current is alwaalways relative
If conditions: {periodUnit: days}
It will return all records of the current day}
If conditions: {periodUnit: weeks}
It will return all records of the current week from Sunday to Saturday
If conditions: {periodUnit: months}
It will return all records of the current month from 1st day of the current month to the last day of the current month
During Operator
During means some time between the beginning and the end of a period
The during operator of the period component query is applicable for the Date and DateTime fields
...