I have three integers: Hours, Minutes, and Seconds.
I want to create a DateTime object with System.Date and Time provided by the above three variables.<
DateTime
you have a constructor that takes:
DateTime(Int32, Int32, Int32, Int32, Int32, Int32)
Initializes a new instance of the DateTime structure to the specified year, month, day, hour, minute, and second.