Skip to content

Latest commit

 

History

History
94 lines (70 loc) · 1.79 KB

ns-webservices-ws_duration.md

File metadata and controls

94 lines (70 loc) · 1.79 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_DURATION
WS_DURATION (webservices.h)
Represents a xsd:duration data type.
WS_DURATION
WS_DURATION structure [Web Services for Windows]
webservices/WS_DURATION
wsw.ws_duration
wsw\ws_duration.htm
wsw
ccb08c23-8c6f-4ea7-a43b-c30a0df75805
12/05/2018
WS_DURATION, WS_DURATION structure [Web Services for Windows], webservices/WS_DURATION, wsw.ws_duration
webservices.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
WS_DURATION
19H1
_WS_DURATION
webservices/_WS_DURATION
WS_DURATION
webservices/WS_DURATION
c++
APIRef
kbSyntax
HeaderDef
WebServices.h
WS_DURATION

WS_DURATION structure

-description

Represents a xsd:duration data type.

-struct-fields

-field negative

If TRUE, this represents a negative duration.

-field years

The number of years.

-field months

The number of months.

-field days

The number of days.

-field hours

The number of hours.

-field minutes

The number of minutes.

-field seconds

The number of seconds.

-field milliseconds

The number of milliseconds. This value must be less than 1000.

-field ticks

Indicates the number of ticks. This value must be less than 10000.