get_time


Description:

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

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

Parameters:

this

The Time to be queried

hour

Out parameter for the 'hour' part of the time

minute

Out parameter for the 'minute' part of the time

second

Out parameter for the 'second' part of the time