Sets month of current UTCDateTime object.
Example
>>> dt = UTCDateTime(2012, 2, 11, 10, 11, 12) >>> dt.month = 10 >>> dt UTCDateTime(2012, 10, 11, 10, 11, 12)
Enter search terms or a module, class or function name.