nn::nex::PersistentGathering::SetParticipationEndDate Member Function

Syntax

void SetParticipationEndDate(
     const DateTime & date
);

Parameters

Name Description
in date The date and time at which participation in the persistent gathering ends.

Return Values

None.

Description

Sets the end date for participation in this persistent gathering.

The persistent gathering cannot be joined after 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 ends are ignored. The date and time are in UTC format.

Revision History

2013/01/11
Initial version.

CONFIDENTIAL