แสดงผลตัวกรองที่ผ่านหากการประทับเวลาของออบเจ็กต์อยู่ในช่วงที่กำหนดของฟิลด์ปฏิทิน month, day_of_year, day_of_month และ day_of_week มีฐานเป็น 1 ระบบจะถือว่าเวลาเป็นเวลา UTC ระบบจะถือว่าสัปดาห์เริ่มต้นในวันจันทร์เป็นวันที่ 1 หาก end < start แสดงว่าการทดสอบนี้มีไว้สำหรับ value >= start หรือ value <= end เพื่อให้ข้อความตัดคำได้
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-26 UTC"],[[["Filters objects based on whether their timestamp falls within a specified calendar date range (e.g., month, day of year)."],["Allows filtering by various calendar fields like year, month, hour, minute, day of year, day of month, and day of week, with \"day_of_year\" as the default."],["Accepts start and end values for the range, with the end defaulting to the start value if not specified."],["Supports wrapping, meaning if `end` is less than `start`, it filters for values greater than or equal to `start` OR less than or equal to `end`."],["Assumes times are in UTC and weeks begin on Monday."]]],[]]