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

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

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