Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
Syntax
Date.EndOfQuarter(dateTime as any) as any
About
Returns the end of the quarter that contains dateTime. Time zone information is preserved.
dateTime: Adate,datetime, ordatetimezonevalue from which the end of the quarter is calculated.
Example
Find the end of the quarter for October 10th, 2011, 8:00AM.
Usage
Date.EndOfQuarter(#datetime(2011, 10, 10, 8, 0, 0))
Output
#datetime(2011, 12, 31, 23, 59, 59.9999999)