CVIAbsoluteTimeFromCVIUILTime
int CVIAbsoluteTimeFromCVIUILTime (double CVIUILTime, CVIAbsoluteTime *absoluteTime);
Purpose
Gets an absolute time value from a LabWindows/CVI User Interface Library time value in the local time zone using the current time zone setting for your system.
Parameters
Input | ||
Name | Type | Description |
CVIUILTime | double | Value in LabWindows/CVI User Interface Library time format. Specify this value in the local time zone. |
Output | ||
Name | Type | Description |
absoluteTime | CVIAbsoluteTime | An absolute time value in National Instruments Binary Time Format. |
Return Value
Name | Type | Description |
status | int | Return value indicating whether the function was successful. A negative value indicates that an error occurred; 0 indicates the function was successful. Use the GetGeneralErrorString function to get a description of the error. |
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 9.0 and later