WS_TIMESPAN_DESCRIPTION structure (webservices.h)
This type description is used with WS_TIMESPAN_TYPE and is optional. It is used to specify constraints on the set of values which can be deserialized.
Syntax
typedef struct _WS_TIMESPAN_DESCRIPTION {
WS_TIMESPAN minValue;
WS_TIMESPAN maxValue;
} WS_TIMESPAN_DESCRIPTION;
Members
minValue
The minimum value.
maxValue
The maximum value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |