C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / FileFormatEnum Enumeration

FileFormatEnum Enumeration
Specifies the format of the exported or imported file.
Syntax
'Declaration
 
Public Enum FileFormatEnum 
   Inherits System.Enum
 
Members
MemberDescription
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).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Schedule.FileFormatEnum

See Also