add
Description:
[
Version ( since =
"2.0" ) ]
public Time add (
Duration d)
Adds a time duration on the time.
Parameters:
this |
A Time to be operated on
|
d |
A Duration as the difference
|
Returns:
The Time results. The native object is the same. But since it is a bare object,
so it won't cause segmentation.
|