Gets and sets the interval, in minutes, for automatic versioning.
# Get the value of the property.propertyValue = generalPreferences_var.automateVersioningTimeInterval# Set the value of the property.generalPreferences_var.automateVersioningTimeInterval = propertyValue
#include <Core/Application/GeneralPreferences.h>// Get the value of the property.integer propertyValue = generalPreferences_var->automateVersioningTimeInterval();// Set the value of the property, where value_var is an integer.bool returnValue = generalPreferences_var->automateVersioningTimeInterval(value_var);