 | WinmmOutCurrentTime Property |
The amount of beats that have passed since this class was instantiated.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double CurrentTime { get; }
Public ReadOnly Property CurrentTime As Double
Get
public:
virtual property double CurrentTime {
double get () sealed;
}
abstract CurrentTime : float with get
override CurrentTime : float with get
Return Value
Type:
DoubleThe amount of beats that have passed since this class was instantiated.
Implements
IMidiOutCurrentTime
See Also