Incrementation_Type (Enumeration)

enum Incrementation_Type {
  AUTO_INCREMENT,
  FIXED_INCREMENT
}
Step incrementation methods.
These values are used to specify the time incrementation method for , , and .
Values:
AUTO_INCREMENT
Automatic time incrementation.
FIXED_INCREMENT
Fixed time incrementation.