Name
DatePart Function
Class
Microsoft.VisualBasic.DateAndTime
Syntax
DatePart(interval,datevalue[,firstdayofweekvalue[, _firstweekofyearvalue]])
-
interval(required; String or a member of theDateIntervalenum) A String literal (see the second item in Section ) or a constant of the
DateIntervalenum (see the third item in Section ) that defines the part of the date/time to extract fromdatevalue-
datevalue(required; Date, literal date, or an expression capable of conversion to a date) The Date value to evaluate
-
firstdayofweekvalue(optional;FirstDayOfWeekenum) A member of the
FirstDayOfWeekenum-
firstweekofyearvalue(optional;FirstWeekOfYearenum) A member of the
FirstWeekOfYearenum
Return Value
An Integer containing the specified part
Description
Extracts an individual component of the date or time (like the month or the second) from a date/time value
Rules at a Glance
The DatePart function returns an Integer containing the specified portion of the given date. DatePart is a single function encapsulating the individual Year, Month, Day, Hour, Minute, and Second functions.
intervalcan be one of the following literal strings:
|
String |
Description |
|---|---|
yyyy |
Year |
q |
Quarter |
m |
Month |
y |
Day of year |
d |
Day |
w |
Weekday |
ww |
Week |
h |
Hour |
n |
Minute |
s |
Second |
intervalcan also be a member of theDateIntervalenum:Enum DateInterval Day DayOfYear Hour Minute Month Quarter Second Week Weekday WeekOfYear End Enum
The
firstdayofweekvalueargument can be any of the following members of the ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access