1Time.compareTime(3kaya)      Kaya module reference     Time.compareTime(3kaya)
2
3
4

NAME

6       Time::compareTime - Compare two times
7

SYNOPSIS

9       Int compareTime( Time t1, Time t2 )
10

ARGUMENTS

12       t1 The first time
13
14       t2 The second time
15

DESCRIPTION

17       Compare  two  times,  returning a negative integer if the first time is
18       earlier, a positive integer if the first time is later, and zero if the
19       two times are equal.
20

AUTHORS

22       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
23       (kaya@kayalang.org). For further information see http://kayalang.org/
24

LICENSE

26       The Kaya standard library is free software;  you  can  redistribute  it
27       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
28       License (version 2.1 or any later version) as  published  by  the  Free
29       Software Foundation.
30
32       Time.Time (3kaya)
33       Array.sort (3kaya)
34       Builtins.compare (3kaya)
35
36
37
38Kaya                             December 2010         Time.compareTime(3kaya)
Impressum