Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / Appointment Class / FromXml Method / FromXml(XmlReader) Method
An System.Xml.XmlReader which contains the Appointment data.

In This Topic
    FromXml(XmlReader) Method
    In This Topic
    Reconstructs appointment from an System.Xml.XmlReader.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function FromXml( _
       ByVal reader As System.Xml.XmlReader _
    ) As System.Boolean
    public override System.bool FromXml( 
       System.Xml.XmlReader reader
    )

    Parameters

    reader
    An System.Xml.XmlReader which contains the Appointment data.

    Return Value

    True if appointment has been changed.
    See Also