Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ui.DateSlider.setEnd
Stay organized with collections
Save and categorize content based on your preferences.
Sets the end date of the slider.
Returns this slider.
Usage | Returns | DateSlider.setEnd(value) | ui.DateSlider |
Argument | Type | Details | this: ui.dateslider | ui.DateSlider | The ui.DateSlider instance. |
value | Number|String | The slider's end date. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eSets the end date for the DateSlider object.\u003c/p\u003e\n"],["\u003cp\u003eAccepts the end date as either a number or a string.\u003c/p\u003e\n"],["\u003cp\u003eReturns the ui.DateSlider instance, allowing for method chaining.\u003c/p\u003e\n"],["\u003cp\u003eShould be called on a ui.DateSlider instance using the dot operator.\u003c/p\u003e\n"]]],[],null,["# ui.DateSlider.setEnd\n\n\u003cbr /\u003e\n\nSets the end date of the slider.\n\n\u003cbr /\u003e\n\nReturns this slider.\n\n| Usage | Returns |\n|----------------------------|---------------|\n| DateSlider.setEnd`(value)` | ui.DateSlider |\n\n| Argument | Type | Details |\n|-----------------------|----------------|-----------------------------|\n| this: `ui.dateslider` | ui.DateSlider | The ui.DateSlider instance. |\n| `value` | Number\\|String | The slider's end date. |"]]