- All Implemented Interfaces:
- org.wso2.siddhi.core.executor.ExpressionExecutor, org.wso2.siddhi.core.util.extension.holder.EternalReferencedHolder, org.wso2.siddhi.core.util.snapshot.Snapshotable
public class TimestampInMillisecondsFunctionExtension
extends org.wso2.siddhi.core.executor.function.FunctionExecutor
timestampInMilliseconds() / timestampInMilliseconds(dateValue,dateFormat)/timestampInMilliseconds(dateValue)
Returns System time in milliseconds.
dateValue - value of date. eg: "2014-11-11 13:23:44.657", "2014-11-11" , "13:23:44.657"
dateFormat - Date format of the provided date value. eg: yyyy-MM-dd HH:mm:ss.SSS
Accept Type(s) for timestampInMilliseconds(dateValue,dateFormat):
dateValue : STRING
dateFormat : STRING
Return Type(s): LONG