Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure is used to specify time values.
struct timeval {long tv_sec;long tv_usec;};
Members
- tv_sec
Time value, in seconds. - tv_usec
Time value, in microseconds.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Winsock2.h.
See Also
Send Feedback on this topic to the authors