Click or drag to resize

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.7.0.280
Syntax
C#
public delegate DateTime DateTimeLogParser(
	string logLine
)

Parameters

logLine
Type: SystemString
A single line from the log

Return Value

Type: DateTime
The DateTime parsed from logLine or DateTime.MinValue if failure
See Also