ApiData().GetBehaviorCreatedYear
Gets the given Behavior’s creation date “year” value.
Description
This method returns the year that the given Behavior, indicated by the id, was created.
Example Usage (C#)
int year = _core.ApiData().GetBehaviorCreatedYear(147);
### Returns
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 creation.