public class FlexDateFunctions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SETDATE_KEYWORD
"SetDate"
|
Modifier and Type | Method and Description |
---|---|
static FlexDateFunctions |
getInstance()
public Singleton to access class static methods via instance
|
static ComponentFunction |
setDate(java.lang.String winname,
java.lang.String compname,
java.lang.String dateValue)
Action to set date for a date component according to its DateValue.
|
public static final java.lang.String SETDATE_KEYWORD
public static FlexDateFunctions getInstance()
public static ComponentFunction setDate(java.lang.String winname, java.lang.String compname, java.lang.String dateValue)
Action to set date for a date component according to its DateValue. Currently, this component function is for Flex Date components only.Supporting Engines:
winname
- Optional:NO
The name of the window to act upon.compname
- Optional:NO
The name of the component to act upon.dateValue
- Optional:NO
DateValue to set.Copyright © SAS Institute. All Rights Reserved.