Holiday
Checks if input date is holiday. Then, outpus the result as a Boolean value.
Input/Output
Number of Connections: 1
| Input | Data Type | Description |
| Input1 | DateTime | DateTime data to be checked. |
| Output | Data Type | Description |
| Output1 | Boolean | If the date is holiday, true。 If the date is not holiday, false。 |
Property
| Name | Property Type | Description |
| Holiday | holiday | Specifies system calendar's name defined by Management Console. |
Topic
- When clicking Holiday, the list of system calendar defined by Management Console is displayed.
- When Holiday is not specified, or specified calendar is not found, outputs false. Error is not occurred.
Example
| Property | Output |
| Input1 | 2010-01-01T00:00:00.000 | Holiday | holiday1 | true |