MidiPolyphonicKeyPressureMessage.Timestamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the duration from when the MidiInPort was created to the time the message was received. For messages being sent to a MidiOutPort, this value has no meaning.
public:
property TimeSpan Timestamp { TimeSpan get(); };
TimeSpan Timestamp();
public System.TimeSpan Timestamp { get; }
var timeSpan = midiPolyphonicKeyPressureMessage.timestamp;
Public ReadOnly Property Timestamp As TimeSpan
Property Value
The duration from when the MidiInPort was created to the time the message was received.
Implements
Remarks
For messages being sent to a MidiOutPort, this value has no meaning.