メインコンテンツまでスキップ

Date.StartOfMonth

月の最初の日付を返します。

Syntax

Date.StartOfMonth(
dateTime as any
) as any

Remarks

dateTime を含む月の最初の日付を返します。 dateTimedate または datetime 値である必要があります。

Examples

Example #1

2011 年 10 月 10 日午前 8 時 10 分 32 秒の月の始まりを調べます。

Date.StartOfMonth(#datetime(2011, 10, 10, 8, 10, 32))

Result:

#datetime(2011, 10, 1, 0, 0, 0)

Category

Date