LogEventTimestamp Property |
Gets the timestamp.
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic DateTime Timestamp { get; }
Public ReadOnly Property Timestamp As DateTime
Get
public:
property DateTime Timestamp {
DateTime get ();
}
member Timestamp : DateTime with get
Property Value
Type:
DateTimeThe timestamp.
See Also