Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Android
string
DateTimeElement dateTimeElement = new DateTimeElement("21", "12-12-2024"); dateTimeElement.setMode(UIKitConstants.DateTimeMode.DATE); dateTimeElement.setSimpleDateFormat(new SimpleDateFormat("dd-MM-yyyy")); dateTimeElement.setTimeZoneCode(TimeZone.getDefault().getID());
DateTimeElement dateTimeElement = new DateTimeElement("21", "12-12-2024"); dateTimeElement.setMode(UIKitConstants.DateTimeMode.DATE); dateTimeElement.setSimpleDateFormat(new SimpleDateFormat("dd-MM-yyyy")); dateTimeElement.setTimeZoneCode(TimeZone.getDefault().getID()); dateTimeElement.setFrom("12-01-2024"); dateTimeElement.setTo("12-01-2025");
Was this page helpful?