Hi,
I try to retrieve usernames id-s and scores for my daily leaderboard, but i can't see them when i set start/end time filter. Maybe my code is wrong. Cound you help me:
System.DateTime current_time = time.GetCurrentTime().ToUniversalTime();
System.DateTime start_date = new System.DateTime(current_time.Year , current_time.Month , current_time.Day , 0 , 0 , 0);
System.DateTime end_date = new System.DateTime(current_time.Year , current_time.Month , current_time.Day , 23 , 59 , 0);
leader.GetTopNRankers ("Challenge", start_date , end_date , 20 , gs );