DelayedPlayback.ListAddItemByDate |
|
Remarks
Adds the song (item) currently contained into the given player to the list of delayed playbacks.
For details about management of delayed playbacks refer to the How to manage delayed playbacks tutorial.
Syntax
[Visual Basic] Public Function ListAddItemByDate ( nPlayerIndex as Int16, nYear as Int32, nMonth as Int32, nDay as Int32, nHour as Int32, nMinute as Int32, nSecond as Int32 ) as Int32 |
[C#] public Int32 ListAddItemByDate ( Int16 nPlayerIndex, Int32 nYear, Int32 nMonth, Int32 nDay, Int32 nHour, Int32 nMinute, Int32 nSecond ); |
[C++] public: Int32 ListAddItemByDate ( Int16 nPlayerIndex, Int32 nYear, Int32 nMonth, Int32 nDay, Int32 nHour, Int32 nMinute, Int32 nSecond ); |
Parameter |
Description |
|
|
nPlayerIndex |
Number representing the zero-based index of the involved player |
nYear |
Number representing the year |
nMonth |
Number representing the month |
nDay |
Number representing the day of the month |
nHour |
Number representing the hour of the day |
nMinute |
Number representing the minute of the hour |
nSecond |
Number representing the second of the minute |
Return value
Value |
Meaning |
|
|
0 |
An error occurred (see the LastError property for further error details) |
Other values |
Unique identifier of the file that will have a delayed playback |