Class DateTimeExtensions
Class DateTimeExtensions.
public static class DateTimeExtensions
- Inheritance
-
DateTimeExtensions
- Inherited Members
Methods
EndOfMonth(DateTime)
Ends the of month.
public static DateTime EndOfMonth(this DateTime date)
Parameters
date
DateTimeThe date.
Returns
- DateTime
DateTime.
EndOfWeek(DateTime)
Ends the of week.
public static DateTime EndOfWeek(this DateTime date)
Parameters
date
DateTimeThe date.
Returns
- DateTime
DateTime.
StartOfMonth(DateTime)
Starts the of month.
public static DateTime StartOfMonth(this DateTime date)
Parameters
date
DateTimeThe date.
Returns
- DateTime
DateTime.
StartOfWeek(DateTime)
Starts the of week.
public static DateTime StartOfWeek(this DateTime date)
Parameters
date
DateTimeThe date.
Returns
- DateTime
DateTime.