Scheduler for WinRT
FileFormatEnum Enumeration


Specifies the format of the exported or imported file.
Syntax
'Declaration
 
Public Enum FileFormatEnum 
   Inherits System.Enum
'Usage
 
Dim instance As FileFormatEnum
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.