Loading...
Searching...
No Matches
com.gams.api.GAMSOptions.EDFormat Enum Reference

Date format. More...

Public Member Functions

int value ()
 Get the int value of this enumerated DFormat.
 

Static Public Member Functions

static EDFormat lookup (int val)
 Lookup all dFormats.
 

Public Attributes

 Slash =(0)
 Date as mm/dd/yy.
 
 Dot =(1)
 Date as dd.mm.yy.
 
 Dash =(2)
 Date as yy-mm-dy.
 
 UndefinedDFormat =(3)
 Undefined DFormat.
 

Detailed Description

Date format.

Member Function Documentation

◆ lookup()

static EDFormat com.gams.api.GAMSOptions.EDFormat.lookup ( int  val)
static

Lookup all dFormats.

Parameters
valan int value to lookup
Returns
the enumerated DFormat that has the specified value, or UndefinedDFormat if the specified value is not found.

◆ value()

int com.gams.api.GAMSOptions.EDFormat.value ( )

Get the int value of this enumerated DFormat.

Returns
the dFormat value

Member Data Documentation

◆ Dash

com.gams.api.GAMSOptions.EDFormat.Dash =(2)

Date as yy-mm-dy.

◆ Dot

com.gams.api.GAMSOptions.EDFormat.Dot =(1)

Date as dd.mm.yy.

◆ Slash

com.gams.api.GAMSOptions.EDFormat.Slash =(0)

Date as mm/dd/yy.

◆ UndefinedDFormat

com.gams.api.GAMSOptions.EDFormat.UndefinedDFormat =(3)

Undefined DFormat.