MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
LastPlayed Property
NamespacesMPfm.SoundAudioFileLastPlayed
Defines the last time the audio file has been played with MPfm (information comes from the MPfm database). Null if the audio file has never been played.
Declaration Syntax
C#Visual Basic
public Nullable<DateTime> LastPlayed { get; set; }
Public Property LastPlayed As Nullable(Of DateTime)
	Get
	Set

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)