Saves the contents of
CustomCalendarCollection into an XML file.
Syntax
'Declaration
Public Overloads Sub SaveXml( _
ByVal As System.String, _
ByVal As System.Text.Encoding _
)
public void SaveXml(
System.string ,
System.Text.Encoding
)
Parameters
- fileName
- encoding
See Also