14 long fileTime = ((long)high << 32) | (low & uint.MaxValue);
DateTime SignalTime
Gets the date/time when the E:System.Timers.Timer.Elapsed event was raised.
static DateTime FromFileTime(long fileTime)
Converts the specified Windows file time to an equivalent local time.
Represents an instant in time, typically expressed as a date and time of day. To browse the ....
Represents the base class for classes that contain event data, and provides a value to use for events...
Provides data for the E:System.Timers.Timer.Elapsed event.