Movatterモバイル変換


[0]ホーム

URL:


Up one LevelPython Library ReferenceContentsModule IndexIndex


18.24.3 DateTime Objects

This class may be initialized with seconds since the epoch, a time tuple, anISO 8601 time/date string, or adatetime.datetime,datetime.date ordatetime.timeinstance. It has the following methods, supported mainly for internal useby the marshalling/unmarshalling code:

decode(string)
Accept a string as the instance's new time value.

encode(out)
Write the XML-RPC encoding of thisDateTime item to theout stream object.

It also supports certain of Python's built-in operators through__cmp__() and__repr__() methods.


Up one LevelPython Library ReferenceContentsModule IndexIndex

Release 2.5.2, documentation updated on 21st February, 2008.
SeeAbout this document... for information on suggesting changes.
[8]ページ先頭

©2009-2025 Movatter.jp