Share via


PosEventArgs.TimeStamp Property

2/27/2008

Gets the DateTime of the event.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public ReadOnly Property TimeStamp As DateTime
public DateTime TimeStamp { get; }
public:
property DateTime TimeStamp {
    DateTime get ();
}
/** @property */
public DateTime get_TimeStamp ()
public function get TimeStamp () : DateTime

Remarks

Because DateTime.Now has limited resolution, it is possible that two events can be given the same TimeStamp. Therefore, you should also verify the order of events with the EventId property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PosEventArgs Class
PosEventArgs Members
Microsoft.PointOfService Namespace