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