Class t.w.d.e.b.WebDAVDateTimeElement(WebDAVTextElement):

Part of twisted.web2.dav.element.base View Source View In Hierarchy

Known subclasses: twisted.web2.dav.element.rfc2518.CreationDate

WebDAV date-time element. (RFC 2518, section 23.2)
Method fromDate date may be a datetime.datetime instance, a POSIX timestamp
Method __init__ Undocumented
Method __eq__ Undocumented
Method datetime Undocumented

Inherited from WebDAVTextElement:

Method fromString Undocumented
Method __str__ Undocumented
Method __repr__ Undocumented

Inherited from WebDAVElement (via WebDAVTextElement):

Method qname Undocumented
Method sname Undocumented
Method __ne__ Undocumented
Method __contains__ Undocumented
Method writeXML Undocumented
Method toxml Undocumented
Method element Undocumented
Method addToDOM Undocumented
Method childrenOfType Returns a list of children with the same qname as the given type.
Method childOfType Returns a child of the given type, if any, or None.
def fromDate(clazz, date): (source)
date may be a datetime.datetime instance, a POSIX timestamp (integer value, such as returned by time.time()), or an ISO 8601-formatted (eg. "2005-06-13T16:14:11Z") date/time string.
def __init__(self, *children, **attributes): (source)
Undocumented
def __eq__(self, other): (source)
Undocumented
def datetime(self): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.