CreateTimeFieldCommand.execute Method
In This Article
Executes the CreateTimeFieldCommand command.
#Declaration
TypeScript
execute(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
Usage example:
richEdit.commands.createTimeField.execute();
See Also