Package CIM14 :: Package IEC61968 :: Package Common :: Module DateTimeInterval' :: Class DateTimeInterval
[hide private]
[frames] | no frames]

Class DateTimeInterval

      object --+    
               |    
Element'.Element --+
                   |
                  DateTimeInterval

Interval of date and time.

Instance Methods [hide private]
 
__init__(self, end='', start='', *args, **kw_args)
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 = ['end', 'start']
  _defaults = {'end': '', 'start': ''}

Inherited from Element'.Element (private): _enums, _many_refs, _refs

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, end='', start='', *args, **kw_args)
(Constructor)

 

Initialises a new 'DateTimeInterval' instance.

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