WsDuration Constructor (String)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the WsDuration class with the duration specified as a formatted string.
Namespace: Ws.Services.Utilities
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public Sub New ( _
duration As String _
)
public WsDuration(
string duration
)
public:
WsDuration(
String^ duration
)
new :
duration:string -> WsDuration
public function WsDuration(
duration : String
)
Parameters
- duration
Type: System. . :: . .String
A string in the format (P#Y#M#DT#H#M#S) that indicates the duration values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.