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.WriteAttrTimeSpan

Writes out an attribute with a TimeSpan value.

Overload List

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

[Visual Basic] Overloads Public Sub WriteAttrTimeSpan(String, TimeSpan)
[C#] public void WriteAttrTimeSpan(String, TimeSpan);
[C++] public: void WriteAttrTimeSpan(String*, TimeSpan);
[JScript] public function WriteAttrTimeSpan(String, TimeSpan);

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

[Visual Basic] Overloads Public Sub WriteAttrTimeSpan(String, String, TimeSpan)
[C#] public void WriteAttrTimeSpan(String, String, TimeSpan);
[C++] public: void WriteAttrTimeSpan(String*, String*, TimeSpan);
[JScript] public function WriteAttrTimeSpan(String, String, TimeSpan);

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace