xsd.gDay

The xsd.gDay class represents specific days of an arbitrary month with an optional timezone offset.

Base class: xsd.anyAtomicType -> xsd.anySimpleType

class xsd.gDay

Attributes

xsd.gDay.day

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

xsd.gDay.timezoneOffset

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

Special methods

__eq__, __ge__, __gt__, __le__, __lt__, __ne__