nn::nex::PersistentGathering::SetParticipationStartDate Member Function

Syntax

void SetParticipationStartDate(
     const DateTime & date
);

Parameters

Name Description
in date Date and time when it is possible to join a persistent gathering.

Return Values

None.

Description

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.

Revision History

2013/01/11
Initial version.

CONFIDENTIAL