Dim y As Integer
Dim m As Integer
Dim d As Integer
Dim h As Integer
Dim f As Integer
Dim dd As Date = new Date(y,m,d,h,f,0)
output.show(dd)