comp • gb.web.feed • rssdate

RssDate (gb.web.feed)

This class represents a date in RSS. It is comprised of a Gambas Date and a Zone timezone string. Since dates are absolute in Gambas, the timezone is only used during reading and writing the XML document backing an RSS feed. It does not have to "applied" to the Date in any way by the user of this component.

This class is creatable.

Properties

The date represented by this object.
Date  
The timezone relative to which the Date was or should be printed.
Zone