다음을 통해 공유


dayofmonth()

적용 대상: ✅Microsoft Fabric✅Azure Data ExplorerAzure MonitorMicrosoft Sentinel

지정된 datetime의 일 번호를 나타내는 정수를 반환합니다.

구문

dayofmonth(date)

구문 규칙에 대해 자세히 알아봅니다.

매개 변수

이름 Type 필수 설명
date datetime ✔️ 일 번호를 추출하는 데 사용되는 날짜/시간입니다.

반품

지정된 datetime의 일 수를 나타내는 정수입니다.

예시

dayofmonth(datetime(2015-12-14))

출력

result
14