1Time.Time(3kaya) Kaya module reference Time.Time(3kaya)
2
3
4
6 Time::Time - Representation of time.
7
9 Time::Time< >
10
11
12 = Time(Int second,Int minute,Int hour,Int mday,Time::Month mon,Int
13 year,Time::Day wday,Int yday,Bool dst)
14
16 This data type represents a time. wday is the day of the week, yday is
17 the day of the year, and dst is true if daylight savings time applies.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
29
30
31Kaya December 2010 Time.Time(3kaya)