get_times


Description:

[ Version ( since = "1.2" ) ]
public static bool get_times (TimeRange range, out ClockTime min, out ClockTime max)

Retrieve the minimum and maximum values from range converted to ClockTime in min and max.

A value of CLOCK_TIME_NONE will be used to signal NOW and END for min and max respectively.

UTC times will be converted to nanoseconds since 1900.

Parameters:

range

a TimeRange

min

result minimum ClockTime

max

result maximum ClockTime

Returns:

true on success.