Scheduler for WinForms
SaveAs メソッド (Appointment)

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > Appointment クラス : SaveAs メソッド
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.
シンタックス
'宣言
 
Public Sub SaveAs( _
   ByVal path As System.String, _
   ByVal fileFormat As FileFormatEnum _
) 
public void SaveAs( 
   System.string path,
   FileFormatEnum fileFormat
)

パラメータ

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

Appointment クラス
Appointment メンバ