DateTimeExtensions
.
.
::
.
.
IsLastDayOfTheMonth Method
Determines whether [is last day of the month].
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
bool
IsLastDayOfTheMonth
(
DateTime
dateTime
)
Parameters
dateTime
Type:
DateTime
The date time.
Return Value
true
if [is last day of the month] [the specified date time]; otherwise,
false
.
See Also
DateTimeExtensions Class
Core Namespace