FormActMainDateTimeLogParser Delegate |
A replacable method that will parse the DateTime from a log line
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public delegate DateTime DateTimeLogParser(
string logLine
)
Parameters
- logLine
- Type: SystemString
A single line from the log
Return Value
Type:
DateTimeThe DateTime parsed from logLine or DateTime.MinValue if failure
See Also