Scheduler for WinForms
Import(String,FileFormatEnum) メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > C1ScheduleStorage クラス > Import メソッド : Import(String,FileFormatEnum) メソッド
A System.String value containing the full path (including the file name and extension) to a file which contains the data to be imported into the scheduler.
The FileFormatEnum value.
Imports data into the scheduler from a file of the specified format.
シンタックス
'宣言
 
Public Overloads Sub Import( _
   ByVal path As System.String, _
   ByVal format As FileFormatEnum _
) 
public void Import( 
   System.string path,
   FileFormatEnum format
)

パラメータ

path
A System.String value containing the full path (including the file name and extension) to a file which contains the data to be imported into the scheduler.
format
The FileFormatEnum value.
参照

C1ScheduleStorage クラス
C1ScheduleStorage メンバ
オーバーロード一覧