We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a28e3 commit e21ae6eCopy full SHA for e21ae6e
launcher-csharp/Monitor/Examples/GetMonitoringDataFunc.cs
@@ -33,7 +33,7 @@ public virtual IEnumerable<object> Invoke(string accessToken, string requestPath
33
34
// Declare variables
35
//ds-snippet-start:Monitor1Step3
36
- DateTime cursorDate = DateTime.UtcNow.AddYears(-1);
+ DateTime cursorDate = DateTime.UtcNow.AddDays(-1);
37
bool complete = false;
38
string cursorValue = cursorDate.ToString("yyyy-MM-dd") + "T00:00:00Z";
39
int limit = 2000; // Amount of records you want to read in one request
0 commit comments