ApiData().GetBehaviorLastModifiedYear

Gets the given Behavior’s last modified date “year” value.

Description

This method returns the year that the given Behavior, indicated by the id, was last modified.

Example Usage (C#)


int year = _core.ApiData().GetBehaviorLastModifiedYear(147);

Parameters

int id The integer numeric value or variable representing the unique ID of the Behavior.

Returns

The integer value (4 decimal) representing the Behavior’s year of most recent modification.

ApiData()