公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ee.Algorithms.Date
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
创建日期。
用法 | 返回 |
---|
ee.Algorithms.Date(value, timeZone) | 日期 |
参数 | 类型 | 详细信息 |
---|
value | 对象 | 一个数字(解释为自 1970-01-01T00:00:00Z 以来的毫秒数),或一个字符串,例如“1996-01-01”“1996-001”或“1996-01-01T08:00”。 |
timeZone | 字符串,默认值:null | 时区(例如,“America/Los_Angeles”);默认为 UTC。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eCreates an Earth Engine \u003ccode\u003eDate\u003c/code\u003e object from a number, representing milliseconds since epoch, or a date string.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDate\u003c/code\u003e object can be constructed using a specific time zone, with the default being UTC if not specified.\u003c/p\u003e\n"]]],["The `ee.Algorithms.Date` function creates a Date object. It accepts a `value`, which can be a number representing milliseconds since 1970-01-01T00:00:00Z or a date string (e.g., '1996-01-01'). An optional `timeZone` argument (defaulting to UTC) specifies the time zone for the date, using names like 'America/Los_Angeles'. The function returns a Date object.\n"],null,["# ee.Algorithms.Date\n\nCreates a Date.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------------|---------|\n| `ee.Algorithms.Date(value, `*timeZone*`)` | Date |\n\n| Argument | Type | Details |\n|------------|-----------------------|----------------------------------------------------------------------------------------------------------------------------------------|\n| `value` | Object | A number (interpreted as milliseconds since 1970-01-01T00:00:00Z), or string such as '1996-01-01' or '1996-001' or '1996-01-01T08:00'. |\n| `timeZone` | String, default: null | The time zone (e.g., 'America/Los_Angeles'); defaults to UTC. |"]]