DateTimeRenderOption
枚举 |
SERIAL_NUMBER |
指示要输出的两倍日期、时间、日期时间和时长字段,格式为“序列号”,如 Lotus 1-2-3 格式。值的整数部分(小数点左侧)表示自 1899 年 12 月 30 日以来的天数。小数部分(小数点右侧)表示时间在一天中的比例。例如,1900 年 1 月 1 日中午将是 2.5,2 表示 1899 年 12 月 30 日之后 2 天,0.5 表示中午是半天。1900 年 2 月 1 日下午 3 点将是 33.625。这可正确地将 1900 年视为闰年。 |
FORMATTED_STRING |
指示将数字、日期、时间和时长字段输出为采用指定数字格式的字符串(具体取决于电子表格的语言区域)。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):2024-09-03。"],[[["Controls the rendering of dates in output, offering two distinct methods: `SERIAL_NUMBER` and `FORMATTED_STRING`."],["`SERIAL_NUMBER` outputs dates as doubles, representing the number of days since December 30th, 1899, with the fractional portion indicating the time of day."],["`FORMATTED_STRING` outputs dates as strings, formatted according to the spreadsheet's locale settings."]]],[]]