MakeDateTime
Creates a DateTime from a Date and Time.
This creates a value of type DateTime from a Date and a Time. Note that a value of type Date or Time is automatically converted to and from a DateTime type. Use this function only when you have both a Date and a Time and you wish to combine them to create a value of DateTime.
Arguments
Date | Specify the date value. |
Time | Specify the time value. |