diff options
author | Perberos <[email protected]> | 2011-11-08 13:50:37 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-08 13:50:37 -0300 |
commit | 2358ba4314dc6d757049bc4871ecf2922614b61b (patch) | |
tree | 12e52f491560916f0458c87b2d98ffa94500cb0f /help/C/conv-time.page | |
download | mate-calc-2358ba4314dc6d757049bc4871ecf2922614b61b.tar.bz2 mate-calc-2358ba4314dc6d757049bc4871ecf2922614b61b.tar.xz |
initial
Diffstat (limited to 'help/C/conv-time.page')
-rw-r--r-- | help/C/conv-time.page | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/help/C/conv-time.page b/help/C/conv-time.page new file mode 100644 index 0000000..3779c96 --- /dev/null +++ b/help/C/conv-time.page @@ -0,0 +1,24 @@ +<page xmlns="http://projectmallard.org/1.0/" + type="guide" + id="conv-time"> + + <info> + <link type="guide" xref="index#conversion"/> + </info> + + <title>Time</title> + + <p> + To convert between time use the <em>in</em> operator. + </p> + <example> + <p> + 3 years in hours + </p> + </example> + <note> + <p> + Time conversions must be performed using the keyboard. + </p> + </note> +</page> |