Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an interval of time during which an achievement can be unlocked.
Syntax
typedef struct XblAchievementTimeWindow {
time_t startDate;
time_t endDate;
} XblAchievementTimeWindow
Members
startDate
Type: time_t
The start date and time of the achievement time window.
endDate
Type: time_t
The end date and time of the achievement time window.
Remarks
This class is only used when the achievement_type enumeration is set to challenge.
Member of
Requirements
Header: achievements_c.h