nn::nex::Community::SetParticipationStartDate Member Function

Syntax

void SetParticipationStartDate(
     const DateTime & date
);

Parameters

Name Description
in date The date and time that participation in the community is possible.

Return Values

None.

Description

Sets the date and time at which community participation is possible.

The community cannot be joined before this date and time, even if the MatchmakeExtensionClient::JoinCommunity function is executed. If you set DateTime::Never, the conditions for the date and time that participation is possible are ignored. The date and time are in UTC format.

Revision History

2011/06/29
Initial version.

CONFIDENTIAL