Enum LifeSpan
A life span is a setting in the PerSaveOptions that determines how long a person's individual AgeGroup lasts for. This property is evaluated in GetDaysBeforeAging(AgeGroup, LifeSpan).
public enum LifeSpan
- Extension Methods
Fields
Infinite = 5
Long = 3
Normal = 2
Short = 1
VeryLong = 4
VeryShort = 0