DateTime.AddWeeks #57734
Unanswered
hrrrrustic
asked this question in
Ideas
DateTime.AddWeeks
#57734
Replies: 1 comment 2 replies
-
... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any reason why there is no
AddWeeks()
method on DateTime? I can't find any issues/discussions about itI thought it always had been there, but I typed "AddW" today and didn't find it 😄
I understand that it's simply
AddDays(smth * 7)
, butAddMinutes(smth * 60)
AddWeeks
method exists in Calendar class and it seems a little bit inconsistentlyBeta Was this translation helpful? Give feedback.
All reactions