 | 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)
Syntaxpublic RunningLog(
DateTime logStartDate
)
Public Sub New (
logStartDate As DateTime
)
public:
RunningLog(
DateTime logStartDate
)
new :
logStartDate : DateTime -> RunningLog
Parameters
- logStartDate
- Type: SystemDateTime
The log start date.
See Also