Date.EndOfMonth
Ay sonunu döndürür.
Syntax
Date.EndOfMonth(
dateTime as any
) as any
Remarks
dateTime
içeren ay sonunu döndürür.
dateTime
: Kendisinden itibaren ayın sonunun hesaplandığıdate
,datetime
veyadatetimezone
değeri.
Examples
Example #1
14.05.2011 için ayın sonunu alır.
Date.EndOfMonth(#date(2011, 5, 14))
Result:
#date(2011, 5, 31)
Example #2
17.05.2011 17:00:00 -7:00 için ayın sonunu alır.
Date.EndOfMonth(#datetimezone(2011, 5, 17, 5, 0, 0, -7, 0))
Result:
#datetimezone(2011, 5, 31, 23, 59, 59.9999999, -7, 0)
Category
Date