DateTimeEx
Create DateTime value from propety values and inputs.
Input/Output
Number of Connections: Min: 0/Max:7
| Input | Data Type | Description |
| Input1 | Integer | Sets the Year property. (optional) |
| Input2 | Integer | Sets the Month property. (optional) |
| Input3 | Integer | Sets the Day property. (optional) |
| Input4 | Integer | Sets the Hour property. (optional) |
| Input5 | Integer | Sets the Minute property. (optional) |
| Input6 | Integer | Sets the Second property. (optional) |
| Input7 | Integer | Sets the Millisecond property. (optional) |
| Output | Data Type | Description |
| Output1 | DateTime | DateTime data |
Property
| Name | Property Type | Description |
| Year | int | Specifies a value for year |
| Month | int | Specifies a value for month |
| Day | int | Specifies a value for day |
| Hour | int | Specifies a value for hour |
| Minute | int | Specifies a value for minute |
| Second | int | Sepcifies a value for second |
| Millisecond | int | Specifis a value for milli-second |
| TimeZone | choice | Specifies the time zone.
- System Timezone [(default)]
-
The system's default time zone is used.
- (GMT) [(GMT)]
-
Greenwich Mean Time is used.
|
Remarks
This function can have 7 inputs at most. Each input can be mapped to any properties.
This function may have no inputs.