bson::tz_util::FixedOffset Class Reference

List of all members.

Public Member Functions

def __init__
def dst
def tzname
def utcoffset

Private Attributes

 __name
 __offset

Detailed Description

Fixed offset timezone, in minutes east from UTC.

Implementation from the Python `standard library documentation
<http://docs.python.org/library/datetime.html#tzinfo-objects>`_.

Definition at line 23 of file bson/tz_util.py.


Member Function Documentation

def bson::tz_util::FixedOffset::__init__ (   self,
  offset,
  name 
)

Definition at line 30 of file bson/tz_util.py.

def bson::tz_util::FixedOffset::dst (   self,
  dt 
)

Definition at line 40 of file bson/tz_util.py.

def bson::tz_util::FixedOffset::tzname (   self,
  dt 
)

Definition at line 37 of file bson/tz_util.py.

def bson::tz_util::FixedOffset::utcoffset (   self,
  dt 
)

Definition at line 34 of file bson/tz_util.py.


Member Data Documentation

Definition at line 32 of file bson/tz_util.py.

Definition at line 31 of file bson/tz_util.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


pymongo
Author(s): Bhaskara Marthi
autogenerated on Fri Jan 11 10:09:05 2013