adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeHandling Class / LastDayOfMonth Method / LastDayOfMonth(Int32,Int32) Method


In This Topic
    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 year As Integer, _
       ByVal month As Integer _
    ) As Date
    [Pure()]
    public static DateTime LastDayOfMonth( 
       int year,
       int month
    )
    [Pure()]
    public:
    static DateTime LastDayOfMonth( 
       int year,
       int month
    ) 

    Parameters

    year
    month
    See Also