WS_XML_DATETIME_TEXT structure (webservices.h)
Represents a datetime formatted as an xsd:dateTime.
Negative datetime values are not supported.
Syntax
typedef struct _WS_XML_DATETIME_TEXT {
WS_XML_TEXT text;
WS_DATETIME value;
} WS_XML_DATETIME_TEXT;
Members
text
The base type for all types that derive from WS_XML_TEXT.
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 |