| Package | Description |
|---|---|
| com.epam.parso.date | |
| com.epam.parso.impl |
| Modifier and Type | Method and Description |
|---|---|
static OutputDateType |
OutputDateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputDateType[] |
OutputDateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SasTemporalFormatter.formatSasDate(Double sasDays,
OutputDateType dateFormatType,
String sasFormatName,
int width,
int precision)
Format SAS date in SAS days to one of the specified form.
|
Object |
SasTemporalFormatter.formatSasDateTime(Double sasSeconds,
OutputDateType dateFormatType,
String sasFormatName,
int width,
int precision)
Format SAS date-time in SAS seconds to one of the specified form.
|
Object |
SasTemporalFormatter.formatSasTime(Double sasSeconds,
OutputDateType dateFormatType,
String sasFormatName,
int width,
int precision)
Format SAS time in SAS seconds to one of the specified form.
|
| Modifier and Type | Method and Description |
|---|---|
SasFileParser.Builder |
SasFileParser.Builder.outputDateType(OutputDateType val)
Sets the specified type of the output date format.
|
| Constructor and Description |
|---|
SasFileReaderImpl(InputStream inputStream,
String encoding,
OutputDateType outputDateType)
Builds an instance of SasFileReaderImpl from the file contained in the input stream
with the specified encoding and type of output date formatting.
|
Copyright © 2021. All rights reserved.