Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
Syntax
Date.StartOfDay(dateTime as any) as any
About
Returns the start of the day represented by dateTime. dateTime must be a date, datetime, or datetimezone value.
Example
Find the start of the day for October 10th, 2011, 8:00AM.
Usage
Date.StartOfDay(#datetime(2011, 10, 10, 8, 0, 0))
Output
#datetime(2011, 10, 10, 0, 0, 0)