public Time( int hours, int minutes, int seconds )
Public Sub New ( hours As Integer, minutes As Integer, seconds As Integer )
new : hours : int * minutes : int * seconds : int -> Time
In This Article