Ruby inspired C# Extension Methods for natural DateTime operations (www.codeplex.com)
published 11 months, 16 days ago, submitted by
spavkov(1230) 11 months, 16 days 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);
read more...
|
category: C#
|
Views: 456
tags:
DateTime Pick C# Ruby another
Everyones tags:
Your Tags: