public class TimeStampElement extends DateElement
| Constructor and Description |
|---|
TimeStampElement(String variableName,
UC4ObjectName reference) |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
getMaximumValue()
Returns the maximum value.
|
DateTime |
getMinimumValue()
Returns the minimum value.
|
String |
getOutputFormat() |
void |
setMaximumValue(DateTime value)
Sets the maximum value.
|
void |
setMinimumValue(DateTime value)
Sets the minimum value.
|
void |
setOutputFormat(String outputformat)
Sets the output format: YYYY-MM-DD HH:MM:SS or YYYYMMDDHH24MISS.
|
getCalendarCondition, getCaption, getDataReference, getMaxValue, getMinValue, hasFocus, isLocked, setCalendarCondition, setCaption, setDataReference, setFocus, setLocked, setMaxValue, setMinValue, setValuegetCustomField, getMessageInsert, getMessageNumber, getProperty, getTooltip, getValue, getValues, getVariable, hasList, isAltView, setAltView, setCustomField, setTooltip, setValue, setValues, setVariable, toString, updateDefaultValuepublic TimeStampElement(String variableName, UC4ObjectName reference)
variableName - Name of the script variablereference - Referencepublic void setMinimumValue(DateTime value)
setMinimumValue in class DateElementvalue - Min valuepublic void setMaximumValue(DateTime value)
setMaximumValue in class DateElementvalue - Max valuepublic DateTime getMinimumValue()
getMinimumValue in class DateElementpublic DateTime getMaximumValue()
getMaximumValue in class DateElementpublic String getOutputFormat()
getOutputFormat in interface PromptInterfaces.OutputFormatgetOutputFormat in class DateElementpublic void setOutputFormat(String outputformat)
setOutputFormat in interface PromptInterfaces.OutputFormatsetOutputFormat in class DateElementoutputformat - Output formatCopyright © 2021. All rights reserved.