Iso8601DurationHelper.CreateIso8601Duration(String, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an Iso8601 duration
public static string CreateIso8601Duration (string intervalType, uint intervalCount);
static member CreateIso8601Duration : string * uint32 -> string
Public Shared Function CreateIso8601Duration (intervalType As String, intervalCount As UInteger) As String
Parameters
- intervalType
- String
The provided interval type
- intervalCount
- UInt32
The interval count
Returns
A formatted IS08601 duration to pass to a service endpoint