Data class used in Zone/Encounter History Records
| C# | Visual Basic | Visual C++ |
public class HistoryRecord : IComparable<HistoryRecord>, IEquatable<HistoryRecord>
Public Class HistoryRecord _ Implements IComparable(Of HistoryRecord), IEquatable(Of HistoryRecord)
public ref class HistoryRecord : IComparable<HistoryRecord^>, IEquatable<HistoryRecord^>
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| HistoryRecord(Int32, DateTime, DateTime, String, String) |
Data class used in Zone/Encounter History Records
| |
| CharName |
The active character that the event was created for
| |
| CompareTo(HistoryRecord) |
StartTime comparison
| |
| Duration |
EndTime - StartTime
| |
| EndTime |
The time the zone was left, or the EndTime of the encounter
| |
| Equals(HistoryRecord) |
StartTime equality
| |
| Equals(Object) |
StartTime equality
(Overrides Object.Equals(Object).) | |
| GetHashCode()()()() | (Overrides Object.GetHashCode()()()().) | |
| Label |
The zone name, or encounter title
| |
| StartTime |
The zone in time, or the first action of an encounter
| |
| ToString()()()() |
Formatted label with date/time/duration
(Overrides Object.ToString()()()().) | |
| Type |
0 for zones, 1 for encounters
|
| Object | |
| HistoryRecord | |