Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / FileFormatEnum Enumeration

In This Topic
    FileFormatEnum Enumeration
    In This Topic
    Specifies the format of the exported or imported file.
    Syntax
    'Declaration
     
    
    Public Enum FileFormatEnum 
       Inherits System.Enum
    public enum FileFormatEnum : 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