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 LocalDateTimeDateTime. getLocalDateTime(double value, String format)Translate a SIF value to aLocalDateTime.static LocalDateTimeDateTime. getLocalDateTime(double value, String format, boolean roundMicroSeconds)Translate a SIF value to aLocalDateTime.static doubleDateTime. getSIF(LocalDateTime dt, String format)Translate aLocalDateTimeto a value in SIF.static doubleDateTime. getSIF(LocalDateTime dt, String format, boolean roundMicroSeconds)Translate aLocalDateTimeto a value in SIF.
-