ticks
Type¶
Represents a count of "ticks". Ticks are units of 6 seconds that are used to represent certain measurements of time in EverQuest.
Members¶
int Hours
¶
- The number of hours in HH:MM:SS (0-23)
int Minutes
¶
- The number of minutes in HH:MM:SS (1-59)
int Seconds
¶
- The number of seconds in HH:MM:SS (1-59)
int TotalMinutes
¶
- The total number of minutes
int TotalSeconds
¶
- The total number of seconds
int Ticks
¶
- The value in ticks
string Time
¶
- Time in the form MM:SS
string TimeHMS
¶
- Time in the form HH:MM:SS (if there are no hours, the form will be MM:SS)
string To String
¶
- Same as Ticks