QDateTimeEdit¶
This is Qt masked date edit box. Use DoSetDateTime to set the time value of the edit box and GetText to read current value.
Extends QWidget
Extends SeSSimulatedObject
Behavior Pattern: QtDateTimeBehavior
Property Summary¶
| Property | Description | Getter | Setter |
|---|---|---|---|
| Text | Text of the object, 'false' if text can not be read. | GetText |
Action Summary¶
| Action | Description |
|---|---|
| DoSetDate | Sets the date value of this object. |
| DoSetDateTime | Sets the date/time value of this object. |
| DoSetTime | Sets the time value of this object. |
Property Detail¶
Text¶
Text of the object, 'false' if text can not be read.
Type: string
Accessors: GetText
Action Detail¶
DoSetDate¶
Sets the date value of this object.
DoSetDate(value)
Parameters:
| Name | Type | Description |
|---|---|---|
| value | string | Date value. |
Returns:
boolean: 'true' if success, 'false' otherwise.
DoSetDateTime¶
Sets the date/time value of this object.
DoSetDateTime(value)
Parameters:
| Name | Type | Description |
|---|---|---|
| value | string | Date/time value. |
Returns:
boolean: 'true' if success, 'false' otherwise.
DoSetTime¶
Sets the time value of this object.
DoSetTime(value)
Parameters:
| Name | Type | Description |
|---|---|---|
| value | string | Time value. |
Returns:
boolean: 'true' if success, 'false' otherwise.