Hi
I have below code . If i want to view current date videos then what should be the code
var today = DateTime.Now.Date; var sevenDaysAgo = today.AddDays(-1).ToString("yyyy-MM-ddTHH:mm:ssZ"); request.AddParameter("publishedAfter", sevenDaysAgo);
Thanks