Uses of Class
com.stata.sfi.SIFDateTimeException
Package
Description
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
Modifier and TypeMethodDescriptionstatic 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.