xsd.gMonth
¶
The xsd.gMonth
class represents whole months within an arbitrary year with an optional timezone offset.
Base class: xsd.anyAtomicType
-> xsd.anySimpleType
-
class
xsd.
gMonth
¶
Attributes¶
-
xsd.gMonth.
month
¶ Returns the month part of the
xsd.gMonth
value as native int.
-
xsd.gMonth.
timezoneOffset
¶ Returns the timezone offset part of the
xsd.gMonth
value in form of mintues in the range of -840 to 840 as native int.
Special methods¶
__eq__, __ge__, __gt__, __le__, __lt__, __ne__