GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / CustomCalendarCollection Class / SaveXml Method / SaveXml(String,Encoding) Method

In This Topic
    SaveXml(String,Encoding) Method
    In This Topic
    Saves the contents of CustomCalendarCollection into an XML file.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveXml( _
       ByVal fileName As String, _
       ByVal encoding As Encoding _
    ) 
    public void SaveXml( 
       string fileName,
       Encoding encoding
    )

    Parameters

    fileName
    encoding
    See Also