public class MY_DATE extends STD_DATE implements com.iscobol.rts.IscobolClass
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
$comp_flags$
Added by isCOBOL compiler.
|
| Constructor and Description |
|---|
MY_DATE() |
| Modifier and Type | Method and Description |
|---|---|
static com.iscobol.types.NumericVar |
date_diff(com.iscobol.types.NumericVar DATE1,
com.iscobol.types.NumericVar DATE2)
date_diff method returns the number of days between two dates.
|
void |
finalize()
Added by isCOBOL compiler.
|
int |
iscobolRequired()
Added by isCOBOL compiler.
|
int |
iscobolVersion()
Added by isCOBOL compiler.
|
check_date, which_daypublic static final java.lang.String[] $comp_flags$
public int iscobolVersion()
iscobolVersion in interface com.iscobol.rts.IscobolClassiscobolVersion in class STD_DATEpublic int iscobolRequired()
iscobolRequired in interface com.iscobol.rts.IscobolClassiscobolRequired in class STD_DATEpublic static com.iscobol.types.NumericVar date_diff(com.iscobol.types.NumericVar DATE1,
com.iscobol.types.NumericVar DATE2)