Information in this topic applies only to web tests that implement the default approach. This property is not supported in cross-platform web tests. |
Description
Returns the date/time when the specified event begins.
Declaration
TestObj.wEventStart(Event)
Read-Only Property | Date/Time |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
Event | [in] | Required | Variant |
Applies To
The property is applied to the following object:
View Mode
This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.
Parameters
The property has the following parameter:
Event
Specifies the desired calendar event. You can enter the event’s index (an integer value from 0), or string that contains the event’s caption.
The caption can contain asterisk (*) or question mark (?) wildcards or regular expressions. The asterisk corresponds to a string of any length (including an empty string), the question mark corresponds to any single character (including none). To specify more complicated parts of a caption, use regular expressions.
The caption can be case-sensitive or case-insensitive depending on the value of the Use case-sensitive parameters project setting.
Property Value
The date/time when the specified event begins.
See Also
wEventEnd Property (Specific to AngularUI Calendar Controls)
wEventCount Property (Specific to AngularUI Calendar Controls)
wEventTitle Property (Specific to AngularUI Calendar Controls)