History |
public class HistoryRecord : IComparable<HistoryRecord>, IEquatable<HistoryRecord>
The HistoryRecord type exposes the following members.
Name | Description | |
---|---|---|
![]() | HistoryRecord | Data class used in Zone/Encounter History Records |
Name | Description | |
---|---|---|
![]() | CharName | The active character that the event was created for |
![]() | Duration | EndTime - StartTime |
![]() | EndTime | The time the zone was left, or the EndTime of the encounter |
![]() | FolderHint | What folder the log file should be in |
![]() | Label | The zone name, or encounter title |
![]() | StartTime | The zone in time, or the first action of an encounter |
![]() | Type | 0 for zones, 1 for encounters |
Name | Description | |
---|---|---|
![]() | CompareTo | StartTime comparison |
![]() | Equals(HistoryRecord) | StartTime equality |
![]() | Equals(Object) |
StartTime equality
(Overrides ObjectEquals(Object)) |
![]() | GetHashCode | (Overrides ObjectGetHashCode) |
![]() | ToString |
Formatted label with date/time/duration
(Overrides ObjectToString) |