WS_TIMESPAN structure (webservices.h)
Represents a signed 64-bit time interval in 100 nanosecond units.
Syntax
typedef struct _WS_TIMESPAN {
__int64 ticks;
} WS_TIMESPAN;
Members
ticks
The interval.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |