Specifies the format of the exported or imported file.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public enum FileFormatEnum
Visual Basic
Public Enumeration FileFormatEnum

Members

Member nameDescription
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

See Also