با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
نحوه نمایش تاریخ ها در خروجی را تعیین می کند.
Enums
SERIAL_NUMBER
دستور می دهد فیلدهای تاریخ، زمان، تاریخ، و مدت زمان به صورت دوتایی در قالب «شماره سریال» که توسط Lotus 1-2-3 رایج شده است، خروجی شوند. بخش اعداد کامل مقدار (سمت چپ اعشار) روزهای 30 دسامبر 1899 را می شمارد. بخش کسری (راست اعشار) زمان را به عنوان کسری از روز حساب می کند. به عنوان مثال، 1 ژانویه 1900 در ظهر، 2.5 خواهد بود، 2 به این دلیل که 2 روز پس از 30 دسامبر 1899 است، و 0.5 زیرا ظهر نیم روز است. 1 فوریه 1900 در ساعت 3 بعد از ظهر 33.625 خواهد بود. این به درستی سال 1900 را یک سال کبیسه نیست.
FORMATTED_STRING
دستور می دهد فیلدهای تاریخ، زمان، تاریخ و مدت زمان به عنوان رشته در قالب شماره داده شده خود (که به محل صفحه گسترده بستگی دارد) خروجی شوند.
تاریخ آخرین بهروزرسانی 2025-03-21 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-03-21 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# DateTimeRenderOption\n\nDetermines how dates should be rendered in the output.\n\n| Enums ||\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `SERIAL_NUMBER` | Instructs date, time, datetime, and duration fields to be output as doubles in \"serial number\" format, as popularized by Lotus 1-2-3. The whole number portion of the value (left of the decimal) counts the days since December 30th 1899. The fractional portion (right of the decimal) counts the time as a fraction of the day. For example, January 1st 1900 at noon would be 2.5, 2 because it's 2 days after December 30th 1899, and .5 because noon is half a day. February 1st 1900 at 3pm would be 33.625. This correctly treats the year 1900 as not a leap year. |\n| `FORMATTED_STRING` | Instructs date, time, datetime, and duration fields to be output as strings in their given number format (which depends on the spreadsheet locale). |"]]