adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeHandling Class / FirstDayOfMonth Method


In This Topic
    FirstDayOfMonth Method
    In This Topic
    Returns a DateTime value representing the first day of the month that includes the source date.
    Syntax
    'Declaration
     
    
    <PureAttribute()>
    Public Shared Function FirstDayOfMonth( _
       ByVal date As Date _
    ) As Date
    [Pure()]
    public static DateTime FirstDayOfMonth( 
       DateTime date
    )
    [Pure()]
    public:
    static DateTime FirstDayOfMonth( 
       DateTime date
    ) 

    Parameters

    date
    See Also