Click or drag to resize

TimedRecordKeeperTGetRecord Method

Namespace:  Clio.Utilities
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public bool GetRecord(
	TimeSpan timeAgo,
	out T value,
	out TimeSpan elapsed
)

Parameters

timeAgo
Type: SystemTimeSpan
value
Type: T
elapsed
Type: SystemTimeSpan

Return Value

Type: Boolean
See Also