1Time.Month(3kaya) Kaya module reference Time.Month(3kaya)
2
3
4
6 Time::Month - Months of the year.
7
9 Time::Month< >
10
11
12 = Jan()
13
14
15 | Feb()
16
17
18 | Mar()
19
20
21 | Apr()
22
23
24 | May()
25
26
27 | Jun()
28
29
30 | Jul()
31
32
33 | Aug()
34
35
36 | Sep()
37
38
39 | Oct()
40
41
42 | Nov()
43
44
45 | Dec()
46
48 This data type represents the months of the year
49
51 Kaya standard library by Edwin Brady, Chris Morris and others
52 (kaya@kayalang.org). For further information see http://kayalang.org/
53
55 The Kaya standard library is free software; you can redistribute it
56 and/or modify it under the terms of the GNU Lesser General Public
57 License (version 2.1 or any later version) as published by the Free
58 Software Foundation.
59
61 Time.Time (3kaya)
62
63
64
65Kaya December 2010 Time.Month(3kaya)