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.7.0.280
Syntax
C#
public HistoryRecord(
	int Type,
	DateTime StartTime,
	DateTime EndTime,
	string Label,
	string CharName,
	string FolderHint = ""
)

Parameters

Type
Type: SystemInt32
0 for zones, 1 for encounters
StartTime
Type: SystemDateTime
The zone in time, or the first action of an encounter
EndTime
Type: SystemDateTime
The time the zone was left, or the EndTime of the encounter
Label
Type: SystemString
The zone name, or encounter title
CharName
Type: SystemString

[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 (Optional)
Type: SystemString

[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