xsd.gMonthDay

The xsd.gMonthDay class represents calendar days with an optional timezone offset that recur at the same point in each calendar year, or that occur in some arbitrary calendar year.

Base class: xsd.anyAtomicType -> xsd.anySimpleType

class xsd.gMonthDay

Attributes

xsd.gMonthDay.day

Returns the day part of the xsd.gMonthDay value as native int.

xsd.gMonthDay.month

Returns the month part of the xsd.gMonthDay value as native int.

xsd.gMonthDay.timezoneOffset

Returns the timezone offset part of the xsd.gMonthDay value in form of mintues in the range of -840 to 840 as native int.

Special methods

__eq__, __ge__, __gt__, __le__, __lt__, __ne__