Module rosetta :: Class tm
[hide private]
[frames] | no frames]

Class tm

object --+
         |
        tm

Instance Methods [hide private]
 
__init__(*args, **kwargs)
Overloaded function.
a new object with type S, a subtype of T
__new__(T, S, ...)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  tm_gmtoff
  tm_hour
  tm_isdst
  tm_mday
  tm_min
  tm_mon
  tm_sec
  tm_wday
  tm_yday
  tm_year

Inherited from object: __class__

Method Details [hide private]

__init__(*args, **kwargs)
(Constructor)

 
Overloaded function.

1. __init__(rosetta.tm) -> NoneType

2. __init__(self : rosetta.tm,  : rosetta.tm) -> NoneType

Overrides: object.__init__

__new__(T, S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__

Property Details [hide private]

tm_gmtoff

Get Method:
unreachable(...) - (rosetta.tm) -> int
Set Method:
unreachable(...) - (rosetta.tm, int) -> NoneType

tm_hour

Get Method:
unreachable(...) - (rosetta.tm) -> int
Set Method:
unreachable(...) - (rosetta.tm, int) -> NoneType

tm_isdst

Get Method:
unreachable(...) - (rosetta.tm) -> int
Set Method:
unreachable(...) - (rosetta.tm, int) -> NoneType

tm_mday

Get Method:
unreachable(...) - (rosetta.tm) -> int
Set Method:
unreachable(...) - (rosetta.tm, int) -> NoneType

tm_min

Get Method:
unreachable(...) - (rosetta.tm) -> int
Set Method:
unreachable(...) - (rosetta.tm, int) -> NoneType

tm_mon

Get Method:
unreachable(...) - (rosetta.tm) -> int
Set Method:
unreachable(...) - (rosetta.tm, int) -> NoneType

tm_sec

Get Method:
unreachable(...) - (rosetta.tm) -> int
Set Method:
unreachable(...) - (rosetta.tm, int) -> NoneType

tm_wday

Get Method:
unreachable(...) - (rosetta.tm) -> int
Set Method:
unreachable(...) - (rosetta.tm, int) -> NoneType

tm_yday

Get Method:
unreachable(...) - (rosetta.tm) -> int
Set Method:
unreachable(...) - (rosetta.tm, int) -> NoneType

tm_year

Get Method:
unreachable(...) - (rosetta.tm) -> int
Set Method:
unreachable(...) - (rosetta.tm, int) -> NoneType