aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-11-16 05:09:17 +0200
committerRoy <Roy.mail.net@gmail.com>2022-11-16 05:09:17 +0200
commitd391dd73fc06f996c08455e6dc2e26aec2e489c3 (patch)
treec9615b16e5161829cf1ddc364a0c088b9e7276a1 /Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs
parent5dc67f5f613825f9f835b9cfb9790be69f6538a4 (diff)
downloadTango-d391dd73fc06f996c08455e6dc2e26aec2e489c3.tar.gz
Tango-d391dd73fc06f996c08455e6dc2e26aec2e489c3.zip
Twine studio statistics build.
Diffstat (limited to 'Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs')
-rw-r--r--Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs
index de104ba59..b5b0ebd27 100644
--- a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs
+++ b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs
@@ -210,7 +210,7 @@ namespace Tango.FSE.Statistics.ViewModels
JobsAutoCompleteProvider = new AutoCompleteSource<string>(AutoCompleteJobs);
- StartSelectedDate = DateTime.Now.AddYears(-7);
+ StartSelectedDate = DateTime.Now.AddMonths(-1);
EndSelectedDate = DateTime.Now;
LengthUpperValue = 10000;