set_time


Description:

[ Version ( since = "1.0" ) ]
public void set_time (int hour, int minute, int second)

Sets the hour/minute/second parts of the this in one call.

This doesn't verify validity of the given time.

Parameters:

this

The Time to be set to

hour

The 'hour' part of the time

minute

The 'minute' part of the time

second

The 'second' part of the time