Click or drag to resize

HistoryRecord Constructor

Data class used in Zone/Encounter History Records

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.5.288
Syntax
C#
public HistoryRecord(
	int Type,
	DateTime StartTime,
	DateTime EndTime,
	string Label,
	string CharName,
	string FolderHint = ""
)

Parameters

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)"]

See Also