void SetParticipationStartDate( const DateTime & date );
Name | Description | |
---|---|---|
in | date | Date and time when it is possible to join a persistent gathering. |
Sets the date and time after which persistent gathering participation is possible.
The persistent gathering cannot be joined before this date and time, even if the MatchmakeExtensionClient::JoinPersistentGathering
function is executed. If you set DateTime::Never
, conditions regarding the date and time that participation is possible are ignored. The date and time are in UTC format.
CONFIDENTIAL