SoapDuration.ToString(TimeSpan) 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.
Converts a TimeSpan into a SOAP duration interval string.
public static string ToString (TimeSpan requestInterval);
static member ToString : TimeSpan -> string
Public Shared Function ToString (requestInterval As TimeSpan) As String
Parameters
Returns
The SOAP duration interval as a String.