public sealed class SoapDuration
|
ctor #1 | Default constructor. This constructor is called by derived class constructors to initialize state in this type. |
XsdType | Read-only Gets the XML Schema definition language (XSD) of the current SOAP type. |
Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
Parse | Converts the specified String into a TimeSpan object. |
ToString (inherited from System.Object) |
Overloaded:ToString() See base class member description: System.Object.ToStringDerived from System.Object, the primary base class for all objects. |
ToString | Overloaded:ToString(TimeSpan timeSpan) Returns the specified TimeSpan object as a String. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public SoapDuration(); |
public static string XsdType {get;}
|
~SoapDuration(); |
public virtual int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
value
Exception Type | Condition |
---|---|
RemotingException | value does not contain a date and time that corresponds to any of the recognized format patterns. |
public virtual string ToString(); |
timeSpan