Class ExprTimeSince

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

@Name("Time Since") @Description("The time that has passed since a date. If the given date is in the future, a value will not be returned.") @Examples("send \"%time since 5 minecraft days ago% has passed since 5 minecraft days ago!\" to player") @Since("2.5") public class ExprTimeSince extends SimplePropertyExpression<Date,​Timespan>