Package CIM15 :: Package IEC61970 :: Package Domain :: Module DateTimeInterval' :: Class DateTimeInterval
[hide private]
[frames] | no frames]

Class DateTimeInterval

object --+
         |
        DateTimeInterval

Interval of date and time.Interval of date and time.

Instance Methods [hide private]
 
__init__(self, start='', end='')
Initialises a new 'DateTimeInterval' instance.

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

Class Variables [hide private]
  _attr_types = {'end': <type 'str'>, 'start': <type 'str'>}
  _attrs = ['start', 'end']
  _defaults = {'end': '', 'start': ''}
  _enums = {}
  _many_refs = []
  _refs = []
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, start='', end='')
(Constructor)

 

Initialises a new 'DateTimeInterval' instance.

Parameters:
  • start - Date and time that this interval started.
  • end - Date and time that this interval ended.
Overrides: object.__init__