com.gams.api.GAMSOptions.ETFormat Enum Reference
Time format. More...
Public Member Functions | |
int | value () |
Get the int value of this enumerated TFormat. | |
Static Public Member Functions | |
static ETFormat | lookup (int val) |
Lookup all tFormats. | |
Public Attributes | |
Colon =(0) | |
Time as hh:mm:ss. | |
Dot =(1) | |
Time as hh.mm.ss. | |
UndefinedTFormat =(2) | |
Undefined TFormat. | |
Detailed Description
Time format.
Member Function Documentation
◆ lookup()
|
static |
Lookup all tFormats.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated TFormat that has the specified value, or UndefinedTFormat if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.ETFormat.value | ( | ) |
Get the int value of this enumerated TFormat.
- Returns
- the tFormat value
Member Data Documentation
◆ Colon
com.gams.api.GAMSOptions.ETFormat.Colon =(0) |
Time as hh:mm:ss.
◆ Dot
com.gams.api.GAMSOptions.ETFormat.Dot =(1) |
Time as hh.mm.ss.
◆ UndefinedTFormat
com.gams.api.GAMSOptions.ETFormat.UndefinedTFormat =(2) |
Undefined TFormat.