Click or drag to resize

EventLogMessageTimeStamp Property

Gets the time stamp information of the event.

Namespace:  ABB.Robotics.Controllers.EventLogDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public DateTime TimeStamp { get; }

Property Value

Type: DateTime
A DateTime that represents the time when the event happened.
See Also