JavaKnownControls.GetControlEventDateTime(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.