Qizx/open API

net.axyana.qizxopen.util
Interface DateSifter

All Superinterfaces:
NumberSifter
All Known Implementing Classes:
DefaultDateSifter

public interface DateSifter
extends NumberSifter

Abstract analyzer/converter from string to date-time.


Method Summary
 double convert(java.lang.String date)
          Converts the date to a double (in milliseconds from 1970-01-01 00:00:00 UTC).
 

Method Detail

convert

public double convert(java.lang.String date)
Converts the date to a double (in milliseconds from 1970-01-01 00:00:00 UTC). If the conversion is not possible, returns NaN.

Specified by:
convert in interface NumberSifter

© 2005 Axyana Software