SYSTEMTIME_TO_FILETIME
The function can be used to convert the Windows system time structure into the FILETIME format. The day of the week wDayOfWeek of the SystemTime variable is ignored. The system time year must be greater than 1601 and less than 30827.
Return value
Name | Type | Description |
---|---|---|
SYSTEMTIME_TO_FILETIME |
|
Inputs
VAR_INPUT
systemTime : TIMESTRUCT;
END_VAR
Name | Type | Description |
---|---|---|
systemTime | Structure with the Windows system time to be converted (type: TIMESTRUCT). |
Return parameter | Description |
---|---|
0 | Error, wrong SystemTime parameter value. |
> 0 | No error. File time. |
Requirements
Development environment | Target platform | PLC libraries to be integrated (category group) |
---|---|---|
TwinCAT v3.1.0 | PC or CX (x86, x64, Arm®) | Tc2_Utilities (System) |