company logo

PropertyHandle :: GetDay - Get day value from date

The function returns the day 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

Implementation details

  1. - internal feature (not documented)
    int32 PropertyHandle  :: GetDay (  )
  2. to list
  3. - internal feature (not documented)
    int32 PropertyHandle  :: GetDay ( 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.

  4. to list