PropertyHandle :: GetYear - Get year value from date
The function returns the year value from a date or date/time attribute. The function returns 0 (UNDEF), when no instance is selected, the value is empty or the attribute is not a date or date/time attribute.
Return value:  Integer value ( int32  )
Implementation overview
-  - internal feature (not documented)
 PropertyHandle :: GetYear (  )
-  - internal feature (not documented)
 PropertyHandle :: GetYear ( sprop_path )
Implementation details
- to list
- 
- internal feature (not documented)
 int32 PropertyHandle  :: GetYear ( 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

