dbicMonth Send comments on this topic.
WriteXMLFile Method
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class : WriteXMLFile Method

strFileName
The full path and file name of the xml file.
Writes the data of the control to an xml file.

Syntax

Visual Basic (Declaration) 
Public Function WriteXMLFile( _
   ByVal strFileName As String _
) As Boolean
C# 
public bool WriteXMLFile( 
   string strFileName
)

Parameters

strFileName
The full path and file name of the xml file.

Return Value

This method returns a value of type Boolean, indicating if the file was written successfully.

Remarks

If no extension is provided in the strFileName parameter, the default extension is .xml

For additional information, please see Reading and Writing XML Data.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also