Class ExprUnixTicks

All Implemented Interfaces:
Converter<Date,​Number>, Debuggable, Expression<Number>, SyntaxElement

@Name("Unix Timestamp") @Description("Converts given date to Unix timestamp. This is roughly how many seconds have elapsed since 1 January 1970.") @Examples("unix timestamp of now") @Since("2.2-dev31") public class ExprUnixTicks extends SimplePropertyExpression<Date,​Number>