xbrl.Context.Period.Instant
¶
An xbrl.Context.Period.Instant
class represents an <xbrli:instant> element with an XBRL context in the XBRL instance.
- class xbrl.Context.Period.Instant¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xbrl.Context.Period.Instant.element¶
Returns an xml.ElementInformationItem object which represents the <xbrli:instant> element information item.
- xbrl.Context.Period.Instant.value¶
Returns the effective value as datetime.datetime according to the rules specified in http://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2.1-REC-2003-12-31+corrected-errata-2013-02-20.html#_4.7.2.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__