Specifies the format of the exported or imported file.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public enum FileFormatEnum |
| Visual Basic (Declaration) |
|---|
Public Enumeration FileFormatEnum |
Members
| Member name | Description | |
|---|---|---|
| XML | XML format (ComponentOne's own format). | |
| iCal | iCal format according to RFC 2445. Format specification could be found here: http://tools.ietf.org/rfc/rfc2445.txt | |
| Binary | Binary format. |