xbrl.Context.Period.StartDate¶
An xbrl.Context.Period.StartDate class represents a <xbrli:startDate> element with an XBRL context in the XBRL instance.
- class xbrl.Context.Period.StartDate¶
- Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a - NotImplementedErrorexception.
Attributes¶
- xbrl.Context.Period.StartDate.element¶
- Returns an - xml.ElementInformationItemobject which represents the <xbrli:startDate> element information item.
- xbrl.Context.Period.StartDate.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__
