DateCString (LabVIEW Manager Function)
- 更新日2025-07-30
- 3分で読める
CStr DateCString(secs, fmt);
メモ This function was formerly called DateString.
Purpose
Returns a pointer to a string representing the date corresponding to secs seconds after 12:00 a.m., Friday, January 1, 1904, Universal Time [01-01-1904 00:00:00]. Date formats vary with your system configuration.
Parameters
| Name | Type | Description |
|---|---|---|
| sec | uInt32 | Seconds since 12:00 a.m., Friday, January 1, 1904, Universal Time [01-01-1904 00:00:00]. |
| fmt | int32 |
Indicates the format of the returned date string, using the following values:
|
Return Value
The date as a C string.