public class DataTypeUtil extends Object
| Constructor and Description |
|---|
DataTypeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getLocalGMTOffset()
Return a signed four digit integer indicating the local
GMT offset.
|
static String |
preAppendZeroes(int num,
int totalDigitLength)
Preappend the zeros to the beginning of num such that the total length
equals totalDigitLength and return the string representation of the new number
|
public DataTypeUtil()
public static String preAppendZeroes(int num, int totalDigitLength)
num - numbertotalDigitLength - number of digitspublic static int getLocalGMTOffset()
Copyright © 2001–2017 University Health Network. All rights reserved.