Description
Adds the specified number of milliseconds to the value of this cDateTime object.
You can subtract by using a negative number.
Syntax
<cDateTime>.AddMSeconds(nMSeconds)
Returns
None.
Parameters
Name |
Type |
Optional |
Meaning |
nMSeconds |
Numeric |
No |
Positive or negative milliseconds to add or subtract |
Remarks
Restrictions
See also
Examples