Matlab.GAMS.TFormat Enum Reference
Time format. More...
Public Member Functions | |
integer | value () |
Returns alternative value of enum option. | |
Static Public Member Functions | |
static TFormat | lookup (integer value) |
Find enum option from alternative value. | |
Public Attributes | |
Colon =(0) | |
Time as hh:mm:ss. | |
Dot =(1) | |
Time as hh.mm.ss. | |
UndefinedTFormat =(2) | |
Undefined option. | |
Detailed Description
Time 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.TFormat.value | ( | ) |
Returns alternative value of enum option.
Return: Alternative value of enum option