public class DataTypeUtil extends Object
| Constructor and Description |
|---|
DataTypeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getLocalGMTOffset()
This method will return a signed four digit integer indicating the local
GMT offset.
|
static String |
preAppendZeroes(int num,
int totalDigitLength)
This method will preappend the zeros to the beginning of num such that the total length
equals totalDigitLength.
|
public DataTypeUtil()
public static String preAppendZeroes(int num, int totalDigitLength)
public static int getLocalGMTOffset()
Copyright © 2001-2012 University Health Network. All Rights Reserved.