Share via


JavaKnownControls.GetControlEventDateTime(String, String) Method

Definition

Gets the control event datetime for the given control event.

public:
 System::String ^ GetControlEventDateTime(System::String ^ controlName, System::String ^ eventName);
public string GetControlEventDateTime (string controlName, string eventName);
member this.GetControlEventDateTime : string * string -> string
Public Function GetControlEventDateTime (controlName As String, eventName As String) As String

Parameters

controlName
String

Specifies the control name.

eventName
String

Specifies the event name.

Returns

Applies to