ASCIITime (LabVIEW Manager Function)
- 업데이트 날짜:2025-07-30
- 1분 (읽기 시간)
CStr ASCIITime(secs);
Purpose
Returns a pointer to a string representing the date and time of day corresponding to t seconds after 12:00 a.m., Friday, January 1, 1904, Universal Time [01-01-1904 00:00:00]. This function uses the same date format as that returned by the DateCString function using a mode of 2. The date is followed by a space. The time is in the same format as that returned by the TimeCString function using a mode of 0. For example, this function might return Tuesday, Dec 22, 1992 5:30. Date formats vary with your system configuration.
Parameters
| Name | Type | Description |
|---|---|---|
| secs | uInt32 | Seconds since 12:00 a.m., Friday, January 1, 1904, Universal Time [01-01-1904 00:00:00]. |
Return Value
The date and time as a C string.