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

Parameters

logLine  String
A single line from the log

Return Value

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