NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlWriter.WriteElementTimeSpan (String, String, TimeSpan)

Writes out an attribute with the specified name, namespace URI, and TimeSpan value.

[Visual Basic]
Overloads Public Sub WriteElementTimeSpan( _
   ByVal name As String, _
   ByVal ns As String, _
   ByVal value As TimeSpan _
)
[C#]
public void WriteElementTimeSpan(
   string name,
   string ns,
   TimeSpan value
);
[C++]
public: void WriteElementTimeSpan(
   String* name,
   String* ns,
   TimeSpan value
);
[JScript]
public function WriteElementTimeSpan(
   name : String,
   ns : String,
   value : TimeSpan
);

Parameters

name
Name of attribute
ns
Namespace URI for the attribute
value
[To be supplied.]

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace | XmlWriter.WriteElementTimeSpan Overload List