Struct HistoricalEvent
Historical event structure for recent history
[Serializable]
public struct HistoricalEvent
Fields
Date
public DateTime Date
Field Value
- DateTime
NewDevelopment
public byte NewDevelopment
Field Value
- byte
NewOwnerID
public ushort NewOwnerID
Field Value
- ushort
OldDevelopment
public byte OldDevelopment
Field Value
- byte
OldOwnerID
public ushort OldOwnerID
Field Value
- ushort
RelatedProvinceID
public ushort RelatedProvinceID
Field Value
- ushort
Type
public HistoryEventType Type
Field Value
Methods
CreateOwnershipChange(DateTime, ushort, ushort)
public static HistoricalEvent CreateOwnershipChange(DateTime date, ushort oldOwner, ushort newOwner)
Parameters
dateDateTimeoldOwnerushortnewOwnerushort