Click or drag to resize

TimerFrameGetMostRecentTime Method

Gets the DateTime of the most recently added timer

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public DateTime GetMostRecentTime(
	bool IncludeNonMaster
)

Parameters

IncludeNonMaster
Type: SystemBoolean
If to include dot ticks

Return Value

Type: DateTime

[Missing <returns> documentation for "M:Advanced_Combat_Tracker.TimerFrame.GetMostRecentTime(System.Boolean)"]

See Also