GLG Toolkit, Java Class Library  Version 4.5
GlgTimeConversionType

Specifies time conversion type for the time format transformation. More...

Detailed Description

Specifies time conversion type for the time format transformation.

Constants

static final int LOCAL_TIME = 0
 Time conversion type constant. More...
 
static final int RELATIVE_TIME = 2
 Time conversion type constant. More...
 
static final int UTC_TIME = 1
 Time conversion type constant. More...
 

Variable Documentation

◆ LOCAL_TIME

final int LOCAL_TIME = 0
static

Time conversion type constant.

◆ RELATIVE_TIME

final int RELATIVE_TIME = 2
static

Time conversion type constant.

◆ UTC_TIME

final int UTC_TIME = 1
static

Time conversion type constant.