Click or drag to resize

RunningLog Constructor (DateTime)

Initializes a new instance of the RunningLog class.

Namespace:  Koden.Utils.Logger
Assembly:  Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public RunningLog(
	DateTime logStartDate
)

Parameters

logStartDate
Type: SystemDateTime
The log start date.
See Also