void SetParticipationEndDate( const DateTime & date );
Name | Description | |
---|---|---|
in | date | The date and time at which participation in the community ends. |
Sets the end date for participation in this community.
The community cannot be joined after 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 ends are ignored. The date and time are in UTC format.
CONFIDENTIAL