Click or drag to resize

EncounterDataStartTimes Property

If a merged encounter, this will hold the start times of each merged, else the StartTime

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax
C#
public List<DateTime> StartTimes { get; set; }

Property Value

Type: ListDateTime
See Also