dbicCalendar Send comments on this topic.
WriteXMLFile Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiDayFormatCollection Class : WriteXMLFile Method

strFileName
The fully qualified file name used to write the data.
Creates an XML File containing the dbiDayFormatCollection collection.

Syntax

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

Parameters

strFileName
The fully qualified file name used to write the data.

Return Value

Boolean value indicating if the write was successful.

Requirements

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

See Also