-
Type: New Feature
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Linq
-
None
I'm using an aggregate pipeline through IQueryable interface and I need to add some milliseconds to a date field before perform a group operation by date.
It would be very helpful if we could add milliseconds to a date using IQueryable interface.
Examples: DateTime.AddMilliseconds(-60) or DateTime.AddMilliseconds(60).
- duplicates
-
CSHARP-3343 Expressions for datetime durations
- Closed