gams::GAMSOptions::EDFormat Struct Reference
Date format. More...
#include <gamsoptions.h>
Public Types | |
enum | EDFormatEnum { Slash = 0 , Dot = 1 , Dash = 2 } |
Date format. More... | |
Detailed Description
Date format.
Definition at line 146 of file gamsoptions.h.
Member Enumeration Documentation
◆ EDFormatEnum
Date format.
Enumerator | |
---|---|
Slash | Date as mm/dd/yy. |
Dot | Date as dd.mm.yy. |
Dash | Date as yy-mm-dy. |
Definition at line 149 of file gamsoptions.h.