Example #1
0
    public Score[] GetScoresByMonth(DateTime month)
    {
        string monthString = month.ToString(_connector.timeFormat);

        return(_connector.GetScoresByMonth(playerId, gameId, monthString));
    }