Reconstructs appointment from an
System.Xml.XmlNode.
'Declaration
Public Overloads Overrides Function FromXml( _
ByVal As XmlNode _
) As Boolean
public override bool FromXml(
XmlNode
)
Parameters
- node
- An System.Xml.XmlNode which contains the Appointment data.
Return Value
True if appointment has been changed.