KeyEventArgs.Timestamp Property

Definition

Gets the time when the keyboard input occurred.

public:
 property unsigned long long Timestamp { unsigned long long get(); };
uint64_t Timestamp();
public ulong Timestamp { get; }
var uInt64 = keyEventArgs.timestamp;
Public ReadOnly Property Timestamp As ULong

Property Value

UInt64

unsigned long long

uint64_t

The time, relative to the system boot time, in microseconds.

Applies to