DateTimeEx

Create DateTime value from propety values and inputs.

Input/Output

Number of Connections: Min: 0/Max:7
InputData TypeDescription
Input1IntegerSets the Year property. (optional)
Input2IntegerSets the Month property. (optional)
Input3IntegerSets the Day property. (optional)
Input4IntegerSets the Hour property. (optional)
Input5IntegerSets the Minute property. (optional)
Input6IntegerSets the Second property. (optional)
Input7IntegerSets the Millisecond property. (optional)

OutputData TypeDescription
Output1DateTimeDateTime data

Property

NameProperty TypeDescription
YearintSpecifies a value for year
MonthintSpecifies a value for month
DayintSpecifies a value for day
HourintSpecifies a value for hour
MinuteintSpecifies a value for minute
SecondintSepcifies a value for second
MillisecondintSpecifis a value for milli-second
TimeZonechoiceSpecifies 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.