TimeStr
char *TimeStr (void);
Purpose
Returns an 8-character string in the form HH:MM:SS, where HH is the hour, MM is in minutes, and SS is in seconds.
Parameters
None.
Return Value
Name | Type | Description |
time | char * | An eight-character string in the form HH:MM:SS, where HH is the hour, MM is in minutes, and SS is in seconds. The string returned is a pointer to an internal buffer. Do not free this string. |
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later