MidiStartMessage.Timestamp Property

Definition

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 = midiStartMessage.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.

Applies to