ISDBSongData::MarkPlayed: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{MethodDeclaration|SDBSongData|ISDBSongData|Sub MarkPlayed( Time as | {{MethodDeclaration|SDBSongData|ISDBSongData|Sub MarkPlayed( Time as DATE) }} | ||
===Parameters=== | ===Parameters=== | ||
{{MethodParameters | {{MethodParameters | ||
|Time | | |Time |DATE | Time to be used as LastPlayed }} | ||
===Method description=== | ===Method description=== |
Latest revision as of 18:40, 5 January 2010
CoClass SDBSongData, Interface ISDBSongData
Sub MarkPlayed( Time as DATE)
Parameters
Name | Type | Description |
---|---|---|
Time | DATE | Time to be used as LastPlayed |
Method description
Marks song as played, i.e. increases #Played value, restarts bookmark position and sets Last Played to Time. If input parameter Time = 0 then Last Played is set to current date/time.
Introduced in MediaMonkey 4.0.