[]
Loads the contents of CustomCalendarCollection from an XML file.
public void LoadXml(string fileName)
Public Sub LoadXml(fileName As String)
| Type | Name | Description |
|---|---|---|
| string | fileName |
Loads the contents of CustomCalendarCollection from a Stream.
public void LoadXml(Stream stream)
Public Sub LoadXml(stream As Stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream |
Loads the contents of CustomCalendarCollection from an XmlDocument.
public void LoadXml(XmlDocument doc)
Public Sub LoadXml(doc As XmlDocument)
| Type | Name | Description |
|---|---|---|
| XmlDocument | doc |