Click or drag to resize
SyslogMessageDateTimeOffset Property
Gets the timestamp.

Namespace: SyslogNet.Client
Assembly: SyslogNet.Client.Core (in SyslogNet.Client.Core.dll) Version: 0.4.0.0
Syntax
public Nullable<DateTimeOffset> DateTimeOffset { get; }

Property Value

Type: NullableDateTimeOffset
Message timestamp.
See Also