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


In This Topic
    LastDayOfMonth(DateTime) Method
    In This Topic
    Returns a DateTime representing the last day of the month in which the specified date occurs.
    Syntax
    'Declaration
     
    
    <PureAttribute()>
    Public Overloads Shared Function LastDayOfMonth( _
       ByVal date As Date _
    ) As Date
    [Pure()]
    public static DateTime LastDayOfMonth( 
       DateTime date
    )
    [Pure()]
    public:
    static DateTime LastDayOfMonth( 
       DateTime date
    ) 

    Parameters

    date
    See Also