xsd.gYear

The xsd.gYear class represents Gregorian calendar years with an optional timezone offset.

Base class: xsd.anyAtomicType -> xsd.anySimpleType

class xsd.gYear

Attributes

xsd.gYear.timezoneOffset

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

xsd.gYear.year

Returns the year part of the xsd.gYear value as native int.

Special methods

__eq__, __ge__, __gt__, __le__, __lt__, __ne__