
CIP API Functions ControlLogix Platform ♦ "C" Programmable
Developer's Manual Linux Application Development Module
Page 164 of 264 ProSoft Technology, Inc.
March 12, 2014
CurrentUTCValue, TimeZone, DSTOffset, and DSTEnable are ignored by this
function.
SystemTime is a structure of type SYSTEMTIME. The SYSTEMTIME structure is
as shown:
typedef struct_SYSTEMTIME
{
WORD wYear;
WORD wMonth;
WORD wDayOfWeek;
WORD wDay;
WORD wHour;
WORD wMinute;
WORD wSecond;
WORD wMilliseconds;
} SYSTEMTIME, *PSYSTEMTIME;
Note: The wDayOfWeek member is not used by the OCXcip_SetWCTimeUTC
function.
Return Value
WCT object was set successfully
apihandle does not have access
returned if not enough memory is available
returned if parameter was invalid
the device does not exist
the device does not support the object
See Also
OCXcip_GetWCTimeUTC
Comentarios a estos manuales