<?xml version="1.0" standalone="yes"?>
<FormulaDataSet xmlns="http://tempuri.org/FormulaDataSet.xsd">
  <Formula>
    <Id>Time Calc 1 : Adding 14 days</Id>
    <FormulaString>«NOW» + «14»</FormulaString>
    <FormatType>D</FormatType>
    <SelectionStart>12</SelectionStart>
    <SelectionLength>0</SelectionLength>
  </Formula>
  <Formula>
    <Id>Time Calc 2 : Adding 2 hours</Id>
    <FormulaString>«NOW» + «2:00:00»</FormulaString>
    <FormatType>D</FormatType>
    <SelectionStart>17</SelectionStart>
    <SelectionLength>0</SelectionLength>
  </Formula>
  <Formula>
    <Id>Time Calc 3 : Adding 12 minutes</Id>
    <FormulaString>«NOW» + «00:12:00»</FormulaString>
    <FormatType>D</FormatType>
    <SelectionStart>0</SelectionStart>
    <SelectionLength>0</SelectionLength>
  </Formula>
  <Formula>
    <Id>Time Calc 4 : Adding 45 seconds</Id>
    <FormulaString>«NOW» + «00:00:45»</FormulaString>
    <FormatType>D</FormatType>
    <SelectionStart>18</SelectionStart>
    <SelectionLength>0</SelectionLength>
  </Formula>
  <Formula>
    <Id>Time Calc 5 : Date difference</Id>
    <FormulaString>«NOW» 
- «9 November 2001»</FormulaString>
    <FormatType>TY</FormatType>
    <SelectionStart>0</SelectionStart>
    <SelectionLength>0</SelectionLength>
  </Formula>
  <Formula>
    <Id>Time Calc 6 : Adding times</Id>
    <FormulaString>«8:30» + 
«9:15» + 
«7:45» + 
«6:15» + 
«10:30»</FormulaString>
    <FormatType>TH</FormatType>
    <SelectionStart>47</SelectionStart>
    <SelectionLength>0</SelectionLength>
  </Formula>
</FormulaDataSet>