(#14) Remove whitespace on line spacing

This commit is contained in:
Oliver Booth 2021-03-07 18:02:32 +00:00
parent 937d701d14
commit 905bad1ffa
3 changed files with 8 additions and 7 deletions

View File

@ -39,6 +39,7 @@ namespace X10D.DateTimeExtensions
{
return ((DateTimeOffset)value).Last(dayOfWeek).DateTime;
}
/// <inheritdoc cref="DateTimeOffsetExtensions.LastDayOfMonth(DateTimeOffset)" />
/// <returns>A <see cref="DateTimeOffset" /> representing the last day of the current month.</returns>
public static DateTime LastDayOfMonth(this DateTime value)