Matlab.GAMS.DFormat Enum Reference
Date format. More...
Public Member Functions | |
integer | value () |
Returns alternative value of enum option. | |
Static Public Member Functions | |
static DFormat | lookup (integer value) |
Find enum option from alternative value. | |
Public Attributes | |
Dash =(2) | |
Date as yy-mm-dy. | |
Dot =(1) | |
Date as dd.mm.yy. | |
Slash =(0) | |
Date as mm/dd/yy. | |
UndefinedDFormat =(3) | |
Undefined option. | |
Detailed Description
Date format.
- See also
- GAMSOptions
Member Function Documentation
◆ lookup()
|
static |
Find enum option from alternative value.
Arguments:
- value: Alternative value
Return: enum option
◆ value()
integer Matlab.GAMS.DFormat.value | ( | ) |
Returns alternative value of enum option.
Return: Alternative value of enum option