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