public class DSTimeFormat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DSTimeFormat |
DEFAULT |
static DSTimeFormat |
INT |
static DSTimeFormat |
JAVA |
static DSTimeFormat |
STRING |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.String value)
Is this format equal to the passed
String representation? |
static DSTimeFormat |
GetFormat(java.lang.String someSyntax)
Translates a
String into its corresponding
DSTimeFormat representation. |
int |
hashCode()
Returns the hashcode of this instance.
|
java.lang.String |
toString()
Returns the
String representation of this instance. |
public static final DSTimeFormat INT
public static final DSTimeFormat STRING
public static final DSTimeFormat JAVA
public static final DSTimeFormat DEFAULT
public static DSTimeFormat GetFormat(java.lang.String someSyntax)
String
into its corresponding
DSTimeFormat
representation.someSyntax
- may be null
null
public java.lang.String toString()
String
representation of this instance.toString
in class java.lang.Object
null
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.String value)
String
representation?true
if equal; false
otherwise