Uses of Class
com.stata.sfi.SIFDateTimeException
-
Packages that use SIFDateTimeException Package Description com.stata.sfi The Stata Function Interface (SFI) provides the classes necessary for Java to interact with core features of Stata. -
-
Uses of SIFDateTimeException in com.stata.sfi
Methods in com.stata.sfi that throw SIFDateTimeException Modifier and Type Method Description static LocalDateTime
DateTime. getLocalDateTime(double value, String format)
Translate a SIF value to aLocalDateTime
.static LocalDateTime
DateTime. getLocalDateTime(double value, String format, boolean roundMicroSeconds)
Translate a SIF value to aLocalDateTime
.static double
DateTime. getSIF(LocalDateTime dt, String format)
Translate aLocalDateTime
to a value in SIF.static double
DateTime. getSIF(LocalDateTime dt, String format, boolean roundMicroSeconds)
Translate aLocalDateTime
to a value in SIF.
-