victor-rodrigues submitted these extension methods
-
EndOfTheMonth
Returns datetime corresponding to last day of the monthC# System.DateTime Victor Rodrigues -
EndOfTheDay
Returns datetime corresponding to day endC# System.DateTime Victor Rodrigues -
Fill
Different way to use String.FormatC# System.String Victor Rodrigues -
BeginningOfTheMonth
Returns datetime corresponding to first day of the monthC# System.DateTime Victor Rodrigues -
BeginningOfTheDay
Returns datetime corresponding to day beginningC# System.DateTime Victor Rodrigues -
ExcelColumnName
Returns the excel column name from a column indexC# System.Int32 Victor Rodrigues -
In
Returns true when a number is included in the specified collection.C# System.Int32 Victor Rodrigues -
ExcelColumnIndex
Returns the excel column index from a column nameC# System.String Victor Rodrigues -
Intuitive date creation
Allows you to create date very easily, like 19.June(1970)C# System.Int32 Victor Rodrigues