XBinder C# Runtime Library  2.8
Static Public Member Functions | List of all members
com.objsys.xbinder.runtime.XBDurationHelper Class Reference

Static Public Member Functions

static XBDuration parseXML (System.String text)
 Returns an XBDuration for the given text. More...
 

Member Function Documentation

◆ parseXML()

static XBDuration com.objsys.xbinder.runtime.XBDurationHelper.parseXML ( System.String  text)
static

Returns an XBDuration for the given text.

Parameters
textA duration specified using XML Schema duration syntax ([-]PnYnMnDTnHnMnS).
Returns

<throws> XBValidationException if the text is not a valid duration. </throws>