DecrementCVIAbsoluteTime
int DecrementCVIAbsoluteTime (CVIAbsoluteTime *absoluteTime, CVITimeInterval decrement);
Purpose
Decrements an absolute time by the specified time interval value.
Parameters
Input | ||
Name | Type | Description |
decrement | CVITimeInterval | A time interval decrement value. |
Output | ||
Name | Type | Description |
absoluteTime | CVIAbsoluteTime | Absolute time value in National Instruments Binary Time Format. |
Return Value
Name | Type | Description | |||||||||||||||||||||
status | int | The result of the function call. Negative values represent errors. The following table describes the results that this function returns.
|
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 9.0 and later