Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / Appointment Class / ToXml Method / ToXml(XmlWriter) Method
The System.Xml.XmlWriter that will receive the object data.

In This Topic
    ToXml(XmlWriter) Method
    In This Topic
    Creates an XML encoding of the appointment.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub ToXml( _
       ByVal writer As XmlWriter _
    ) 
    public override void ToXml( 
       XmlWriter writer
    )

    Parameters

    writer
    The System.Xml.XmlWriter that will receive the object data.
    See Also