Showing 2741 - 2750 of 3777 results
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-date/system-date-midnightReturns a copy of a date with the hour, minute, second, and millisecond fields set to zero.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-date/system-date-isDaylightTimeChecks to see if the current timezone is using daylight savings time during the date specified.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-date/system-date-isAfterCompares two dates to see if date_1 is after date_2.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-date/system-date-getTimezoneRawOffsetReturns the current timezone offset versus UTC, not taking daylight savings into account.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-date/system-date-getTmezoneOffsetReturns the current timezone's offset versus UTC for a given instant, taking Daylight Savings Time into account.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-date/system-date-nowReturns a java.util.Date object that represents the current time according to the local system clock.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-date/system-date-addAdd or subtract an amount of time to a given date.
-
https://docs.inductiveautomation.com/docs/8.1/ignition-modules/perspective/working-with-perspective-components/bindings-in-perspective/transformsTransforms offer a chance to alter the value returned from a binding. For example, you can bind a property to an integer value and use a transform to map the numerical value to a particular color, all from the same interface.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-db/system-db-runPrepUpdateRuns a prepared statement against the database, returning the number of rows that were affected.
-
https://docs.inductiveautomation.com/docs/8.1/ignition-modules/cloud-connector-modules/mongodbMongoDB is a non-relational, NoSQL database. Unlike relational SQL databases like Microsoft SQL Server, MongoDB uses a JSON-like structure called collections instead of tables, with each JSON "row" referred to as a document. This in turn leads to lighter queries, helping optimize the performance of your

Were these results helpful?