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.WriteAttrDate (String, String, DateTime)

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

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

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.WriteAttrDate Overload List