ISDBSongData::LastPlayed: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
[[Category:Interface ISDBSongData|{{PAGENAME}}]] | [[Category:Interface ISDBSongData|{{PAGENAME}}]] | ||
Some discussion in [http://www.mediamonkey.com/forum/viewtopic.php?t=25687 this thread], in summary use vb datediff() function. | Some discussion in [http://www.mediamonkey.com/forum/viewtopic.php?t=25687 this thread], in summary use vb datediff() function to compare dates (ie .LastPlayed > x seconds/minutes/hours/days/etc). |
Revision as of 17:23, 31 January 2008
CoClass SDBSongData, Interface ISDBSongData
Property Get/Let LastPlayed As Date
Property description
Some discussion in this thread, in summary use vb datediff() function to compare dates (ie .LastPlayed > x seconds/minutes/hours/days/etc).