# C1.Schedule.FileFormatEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Schedule_FileFormatEnum" data-uid="C1.Schedule.FileFormatEnum" class="text-break">FileFormatEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the format of the exported or imported file.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Schedule.html">C1.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.ScheduleCore.dll</h6>
  <h5 id="C1_Schedule_FileFormatEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FileFormatEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FileFormatEnum</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Schedule_FileFormatEnum_Binary">Binary</td>
        <td><p>Binary format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_FileFormatEnum_XML">XML</td>
        <td><p>XML format (ComponentOne's own format).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_FileFormatEnum_iCal">iCal</td>
        <td><p>iCal format according to RFC 2445.
Format specification could be found here:
<a href="http://tools.ietf.org/rfc/rfc2445.txt">http://tools.ietf.org/rfc/rfc2445.txt</a></p>
</td>
      </tr>
    </tbody>
  </table>
</div>
