[ 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.
range | |
min |
result minimum ClockTime |
max |
result maximum ClockTime |
|