DateTime
Is Weekend
8min
This action checks if a date is on a weekend.

๏ปฟ
- [ I ] Date: DateTime representing the date to be checked.
- [ O ] Is it weekend ?: Boolean representing the logic value of Is Date on a weekend ?

๏ปฟ
- Drag action onto canvas to get familiarized with it.

๏ปฟ
- Declare some variables to be used with the action.

๏ปฟ
- Assign the newly created variables.
- Save & Run the process and then Check Instance to see the output.
๏ปฟ

๏ปฟ
- Checking if a date is on a weekend or not.
To check if a date is on a weekday, consider using Is Weekday.