Module prototypes_samsung :: Class DateTime
[hide private]
[frames] | no frames]

Class DateTime

source code

                  object --+        
                           |        
prototypes.BaseProtogenClass --+    
                               |    
              prototypes.UINTlsb --+
                                   |
                                  DateTime
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
An integer value can be specified in the constructor, or as the value keyword arg.
source code
 
_update(self, args, kwargs) source code
 
_converttoint(self, date) source code
tuple
getvalue(self)
Unpack 32 bit value into date/time
source code

Inherited from prototypes.UINTlsb: packetsize, readfrombuffer, writetobuffer

Inherited from prototypes.BaseProtogenClass: autologread, autologwrite, iscontainer, packetspan, update

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods [hide private]
 
now(_) source code
Class Variables [hide private]
  _daylight = None
  _time_delta = 315514800.0
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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

source code 

An integer value can be specified in the constructor, or as the value keyword arg.

Parameters:
  • constant - (Optional) A constant value. All reads must have this value
  • constantexception - (Optional) Type of exception raised when data doesn't match constant.
  • sizeinbytes - (Mandatory for writing, else Optional) How big we are in bytes
  • default - (Optional) Our default value
  • value - (Optional) The value
Overrides: object.__init__
(inherited documentation)

_update(self, args, kwargs)

source code 
Overrides: prototypes.BaseProtogenClass._update

getvalue(self)

source code 

Unpack 32 bit value into date/time

Returns: tuple
(year, month, day, hour, minute)
Overrides: prototypes.BaseProtogenClass.getvalue