EventEntry.Timestamp Property

Applies to: Semantic Logging 2.0

Gets the timestamp of the event.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 2.0.1406.1

Syntax

public DateTimeOffset Timestamp { get; }
'Declaration
Public ReadOnly Property Timestamp As DateTimeOffset
    Get

Property Value

Type: DateTimeOffset
The timestamp of the event.

See Also

EventEntry Class

EventEntry Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging Namespace