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 (String, String, TimeSpan)

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

[Visual Basic]
Overloads Public Sub WriteAttrTimeSpan( _
   ByVal name As String, _
   ByVal ns As String, _
   ByVal value As TimeSpan _
)
[C#]
public void WriteAttrTimeSpan(
   string name,
   string ns,
   TimeSpan value
);
[C++]
public: void WriteAttrTimeSpan(
   String* name,
   String* ns,
   TimeSpan value
);
[JScript]
public function WriteAttrTimeSpan(
   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.WriteAttrTimeSpan Overload List