public class TIME extends SecsDataStructure
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
cvsRev |
static boolean |
twelveByte
This controls the format of this structure.
|
theData
Constructor and Description |
---|
TIME()
Create the object using the current Date and Time.
|
TIME(java.util.Date newDate)
Create the object from a Date data type.
|
TIME(java.util.Date newDate,
boolean twelveDigit)
Create the object from a Date data type.
|
TIME(SecsFormat newData)
Create the object from a SecsFormat data type.
|
TIME(java.lang.String newData)
Create the object from a String data type.
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getDate()
Returns the value of this object as java.util.Date object.
|
equals, getArray, getBoolValue, getByteValue, getData, getDoubleValue, getFloatValue, getFormattedBytes, getIntValue, getLength, getLongValue, getNumberOfLengthBytes, getShortValue, getStringValue, hashCode, setArray, setDataFromByteArray, setLength, setNumberOfLengthBytes, toString, toString, zeroLength
public static final java.lang.String cvsRev
public static boolean twelveByte
public TIME()
public TIME(java.util.Date newDate)
public TIME(java.util.Date newDate, boolean twelveDigit)
public TIME(SecsFormat newData) throws SecsException
SecsException
public TIME(java.lang.String newData)
public java.util.Date getDate()
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.