---
title: Date.IsLeapYear – Date Isleapyear
url: https://www.thepexcel.com/functions/power-query/date-functions/date-isleapyear/
type: function-explainer
program: Power Query
syntax: date.isleapyear(value as any) as any
date: 2025-12-12
updated: 2025-12-17
scores:
  popularity: 4
  difficulty: 2
  usefulness: 4
---

# Date.IsLeapYear – Date Isleapyear

> Date Isleapyear

## คำอธิบาย

Date.IsLeapYear ประมวลผลข้อมูลและคืนค่าผลลัพธ์ ใช้สำหรับการจัดการข้อมูล การแปลงข้อมูล และการวิเคราะห์

## Syntax

```excel
date.isleapyear(value as any) as any
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| value | Yes | any |  | ค่า |

## ตัวอย่าง

### 1. ตัวอย่างที่ 1: ใช้งานพื้นฐาน

```excel
date.isleapyear({1})
```

**ผลลัพธ์:** `ผลลัพธ์`

สูตรนี้ใช้ฟังก์ชัน

### 2. ตัวอย่างที่ 2: ใช้กับข้อมูล

```excel
date.isleapyear(SourceData)
```

**ผลลัพธ์:** `ผลลัพธ์`

สูตรนี้ใช้ฟังก์ชัน

### 3. ตัวอย่างที่ 3: ใช้ในสูตร

```excel
let Data = {} in date.isleapyear(Data)
```

**ผลลัพธ์:** `ผลลัพธ์`

สูตรนี้ใช้ฟังก์ชัน

## หมายเหตุเพิ่มเติม

⚠️ ฟังก์ชัน

## คำถามที่พบบ่อย

**Q: Date.IsLeapYear ใช้ทำไร**

ใช้สำหรับการประมวลผลข้อมูล

**Q: สามารถใช้ได้หรือไม่**

ได้

## ฟังก์ชันที่เกี่ยวข้อง

- [List.Select – เลือกสมาชิกจาก List ตามเงื่อนไข](https://www.thepexcel.com/functions/power-query/list-functions/list-select/)

## แหล่งข้อมูลเพิ่มเติม

- [Microsoft Learn: Date.IsLeapYear](https://learn.microsoft.com/en-us/powerquery-m/date-isleapyear) _(documentation)_

---

_Source: [https://www.thepexcel.com/functions/power-query/date-functions/date-isleapyear/](https://www.thepexcel.com/functions/power-query/date-functions/date-isleapyear/)_
