org.formulacompiler.runtime
Annotation Type Milliseconds


@Retention(value=RUNTIME)
public @interface Milliseconds

Indicates to AFC that a long value is actually a number of milliseconds for an Excel time-of-day or time duration cell. You should never use Date for pure time cells.

See the tutorial for details.

Author:
peo