PropertyHandle :: GetTime - Get property instance as time value
The function returns the time value for the current property handle or for the attribute passed in prop_path.
Return value:  Time value ( dbtm  )
The time value is passed in the internal data format.
Implementation overview
-  - internal feature (not documented)
 PropertyHandle :: GetTime (  )
-  - internal feature (not documented)
 PropertyHandle :: GetTime ( sprop_path )
Implementation details
- to list
- 
- internal feature (not documented)
 dbtm PropertyHandle  :: GetTime ( NString &sprop_path )
 - sprop_path
 - Simple property path
A property path is passed as 0-terminated string. It may contain an extent or property name but also a sequence of property names separated by dot. A simple property path must not contain parentheses or preceding dots. 
 to list
- sprop_path
 - Simple property path

