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
VeryShort = 0Short = 1Normal = 2Long = 3VeryLong = 4Infinite = 5