by jask2002
1. June 2012 23:36
Working with following code on DateTime AddDays operation I found end result is not the addition of days!!
int increment = 5;
DateTime now = DateTime.Now; //Current Date
now.AddDays(increment); //Increment by 5 days
[More]
|
Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution
toward blog's maintenance(to keep it Ads free )
|
86606ff3-8363-4426-b816-5a9dc1101437|0|.0
Tags: DateTime.AddDays, AddMonths
C# | .Net | DateTime