XmlPropertyWriter.Write Method (XmlWriter, DateTime)

Writes a date time property value.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Shared Sub Write ( _
    xmlWriter As XmlWriter, _
    value As DateTime _
)
public static void Write(
    XmlWriter xmlWriter,
    DateTime value
)
public:
static void Write(
    XmlWriter^ xmlWriter, 
    DateTime value
)
static member Write : 
        xmlWriter:XmlWriter * 
        value:DateTime -> unit
public static function Write(
    xmlWriter : XmlWriter, 
    value : DateTime
)

Parameters

.NET Framework Security

See Also

Reference

XmlPropertyWriter Class

Write Overload

Microsoft.TeamFoundation.Framework.Server Namespace