LoggingEventDataTimeStamp FieldApache log4net™ SDK Documentation

Note: This API is now obsolete.

Gets or sets the local time the event was logged

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

[ObsoleteAttribute("Prefer using TimeStampUtc, since local time can be ambiguous in time zones with daylight savings time.")]
public DateTime TimeStamp

Field Value

Type: DateTime
Remarks

Prefer using the TimeStampUtc setter, since local time can be ambiguous.

See Also

Reference