[]
Saves the contents of CustomCalendarCollection into an XML file.
public void SaveXml(string fileName)
Public Sub SaveXml(fileName As String)
| Type | Name | Description |
|---|---|---|
| string | fileName |
Saves the contents of CustomCalendarCollection into an XML file.
public void SaveXml(string fileName, Encoding encoding)
Public Sub SaveXml(fileName As String, encoding As Encoding)
| Type | Name | Description |
|---|---|---|
| string | fileName | |
| Encoding | encoding |
Saves the contents of CustomCalendarCollection into a Stream.
public void SaveXml(Stream stream)
Public Sub SaveXml(stream As Stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream |
Saves the contents of CustomCalendarCollection into a Stream.
public void SaveXml(Stream stream, Encoding encoding)
Public Sub SaveXml(stream As Stream, encoding As Encoding)
| Type | Name | Description |
|---|---|---|
| Stream | stream | |
| Encoding | encoding |