Scheduler for WinForms
FileFormatEnum 列挙体

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : FileFormatEnum 列挙体
Specifies the format of the exported or imported file.
シンタックス
'宣言
 
Public Enum FileFormatEnum 
   Inherits System.Enum
public enum FileFormatEnum : System.Enum 
メンバ
メンバ解説
BinaryBinary format.
iCaliCal format according to RFC 2445. Format specification could be found here: http://tools.ietf.org/rfc/rfc2445.txt
XMLXML format (ComponentOne's own format).
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Schedule.FileFormatEnum

参照

C1.Schedule 名前空間