var month: Int
Overrides DateTime.month
Gets/sets month of year - first month is 1.
Note that DateTime mimics the behavior of JodaTime, in that unlike Calendar, first month is 1, not zero.