Utility Library Chapter 8
LabWindows/CVI Standard Libraries 8-38 © National Instruments Corporation
Parameters
Output visible integer 1 = Standard I/O window is
visible.
0 = Standard I/O window is not
visible.
GetSystemDate
int status = GetSystemDate (int *month, int *day, int *year);
Note: This function is only available on the Windows version of LabWindows/CVI.
Purpose
Obtains the system date in numeric format.
Parameters
Output month integer Month (1–12).
day integer Day of month (1–31).
year integer Year (Under Windows 3.1, the
year is limited to the values
1980–2099).
Return Value
status integer Success or failure.
Return Codes
0 Success.
-1 Failure reported by operating system.