org.formulacompiler.runtime
Annotation Type MillisecondsSinceUTC1970


@Retention(value=RUNTIME)
public @interface MillisecondsSinceUTC1970

Indicates to AFC that a long value is actually a Java UTC date/time in milliseconds. An alternative is to use a Date.

See the tutorial for details.

Author:
peo