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


In This Topic
    FirstDayOfYear Method
    In This Topic
    Gets a DateTime representing January 1 of the year of a specified date.
    Syntax
    'Declaration
     
    
    <PureAttribute()>
    Public Shared Function FirstDayOfYear( _
       ByVal date As Date _
    ) As Date
    [Pure()]
    public static DateTime FirstDayOfYear( 
       DateTime date
    )
    [Pure()]
    public:
    static DateTime FirstDayOfYear( 
       DateTime date
    ) 

    Parameters

    date
    See Also