ComponentOne Scheduler for WinForms
SaveAs Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > Appointment Class : SaveAs Method
Required string. The path in which to save the item.
The FileFormatEnum value indicating the file format to save.
Saves the appointment to the specified path in the format of the specified file format.
Syntax
'Declaration
 
Public Sub SaveAs( _
   ByVal path As System.String, _
   ByVal fileFormat As FileFormatEnum _
) 
public void SaveAs( 
   System.string path,
   FileFormatEnum fileFormat
)

Parameters

path
Required string. The path in which to save the item.
fileFormat
The FileFormatEnum value indicating the file format to save.
See Also

Reference

Appointment Class
Appointment Members