gams::GAMSOptions::ETFormat Struct Reference
Time format. More...
#include <gamsoptions.h>
Public Types | |
enum | ETFormatEnum { Colon = 0 , Dot = 1 } |
Time format. More... | |
Detailed Description
Time format.
Definition at line 687 of file gamsoptions.h.
Member Enumeration Documentation
◆ ETFormatEnum
Time format.
Enumerator | |
---|---|
Colon | Time as hh:mm:ss. |
Dot | Time as hh.mm.ss. |
Definition at line 690 of file gamsoptions.h.