LastDayOfMonth(Int32,Int32) Method
In This Topic
Returns a DateTime representing the last day of the specified month.
Syntax
'Declaration
<PureAttribute()>
Public Overloads Shared Function LastDayOfMonth( _
ByVal As Integer, _
ByVal As Integer _
) As Date
[Pure()]
public static DateTime LastDayOfMonth(
int ,
int
)
[Pure()]
public:
static DateTime LastDayOfMonth(
int ,
int
)
Parameters
- year
- month
See Also