Skip to content

Latest commit

 

History

History
77 lines (68 loc) · 2.17 KB

ns-webservices-ws_xml_timespan_text.md

File metadata and controls

77 lines (68 loc) · 2.17 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:webservices._WS_XML_TIMESPAN_TEXT
WS_XML_TIMESPAN_TEXT (webservices.h)
Represents a time span formatted as the text "[+|-][d?.]HH:mm:ss[.fffffff]" d is a series of digits representing the day.
WS_XML_TIMESPAN_TEXT
WS_XML_TIMESPAN_TEXT structure [Web Services for Windows]
webservices/WS_XML_TIMESPAN_TEXT
wsw.ws_xml_timespan_text
wsw\ws_xml_timespan_text.htm
wsw
6b502748-bfe1-4a8c-97e9-f8ae97c96b01
12/05/2018
WS_XML_TIMESPAN_TEXT, WS_XML_TIMESPAN_TEXT structure [Web Services for Windows], webservices/WS_XML_TIMESPAN_TEXT, wsw.ws_xml_timespan_text
webservices.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
WS_XML_TIMESPAN_TEXT
19H1
_WS_XML_TIMESPAN_TEXT
webservices/_WS_XML_TIMESPAN_TEXT
WS_XML_TIMESPAN_TEXT
webservices/WS_XML_TIMESPAN_TEXT
c++
APIRef
kbSyntax
HeaderDef
WebServices.h
WS_XML_TIMESPAN_TEXT

WS_XML_TIMESPAN_TEXT structure

-description

Represents a time span formatted as the text "[+|-][d?.]HH:mm:ss[.fffffff]"

  • d is a series of digits representing the day.
  • HH is a two digit number representing the hour of the day, from to 0 to 23.
  • mm is a two digit number representing the minute of the hour, from to 0 to 59.
  • ss is a two digit number representing the second of the minute, from to 0 to 59.
  • fffffff is up to 7 decimal digits representing the fraction of a second.

-struct-fields

-field text

The base type for all types that derive from WS_XML_TEXT.

-field value

The timespan.