Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Syntax
DateTime.Date(dateTime as any) as nullable date
About
Returns the date component of the dateTime parameter if the parameter is a date, datetime, or datetimezone value, or null if the parameter is null.
Example 1
Find date value of #datetime(2010, 12, 31, 11, 56, 02).
Usage
DateTime.Date(#datetime(2010, 12, 31, 11, 56, 02))
Output
#date(2010, 12, 31)