Data class used in Zone/Encounter History Records

C# | Visual Basic |
public HistoryRecord( int Type, DateTime StartTime, DateTime EndTime, string Label, string CharName, string FolderHint = "" )
Public Sub New ( Type As Integer, StartTime As DateTime, EndTime As DateTime, Label As String, CharName As String, Optional FolderHint As String = "" )

- Type (Int32)
- 0 for zones, 1 for encounters
- StartTime (DateTime)
- The zone in time, or the first action of an encounter
- EndTime (DateTime)
- The time the zone was left, or the EndTime of the encounter
- Label (String)
- The zone name, or encounter title
- CharName (String)
[Missing <param name="CharName"/> documentation for "M:Advanced_Combat_Tracker.HistoryRecord.#ctor(System.Int32,System.DateTime,System.DateTime,System.String,System.String,System.String)"]
- FolderHint (String) (Optional)
[Missing <param name="FolderHint"/> documentation for "M:Advanced_Combat_Tracker.HistoryRecord.#ctor(System.Int32,System.DateTime,System.DateTime,System.String,System.String,System.String)"]
Assembly: Advanced Combat Tracker (Module: Advanced Combat Tracker.exe) Version: 3.3.0.254