Ruby inspired C# Extension Methods for natural DateTime operations(codeplex.com)
submitted by
spavkov(1708) 2 years, 11 months ago
FluentDateTime is a open source library of Ruby inspired C# Extension Methods for easier and more natural DateTime handling and operations in .NET that allows you to write code like this:
DateTime.Now + 1.Week() + 3.Days + 14.Minutes();
3.Days().Ago();
5.Days().After(new DateTime(2000, 1, 1));
DateTime.Now.NextDay();
DateTime.Now.WeekAfter();
DateTime.Now.Midnight();
DateTime.Now.SetTime(11, 55, 0);
|category: C#
|Views: 543
tags:
DateTime Pick C# Ruby another
Everyones tags:
Your Tags: