You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for all integer types (uint, long, ulong, short, ushort, byte, sbyte) on all the TimeSpan extension methods (Days, Hours, Milliseconds, Minutes, Seconds, Weeks):
uint number = 5;
TimeSpan span = number.Seconds();
P.S: I can start implementing that right away.
The text was updated successfully, but these errors were encountered:
i3arnon
added a commit
to i3arnon/Humanizer
that referenced
this issue
Jun 15, 2014
Add support for all integer types (uint, long, ulong, short, ushort, byte, sbyte) on all the TimeSpan extension methods (Days, Hours, Milliseconds, Minutes, Seconds, Weeks):
P.S: I can start implementing that right away.
The text was updated successfully, but these errors were encountered: