JavaKnownControls.GetControlEventDateTime Method
Gets the control event datetime for the given control event.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As JavaKnownControls
Dim controlName As String
Dim eventName As String
Dim returnValue As String
returnValue = instance.GetControlEventDateTime(controlName, eventName)
Syntax
'Declaration
Public Function GetControlEventDateTime ( _
controlName As String, _
eventName As String _
) As String
public string GetControlEventDateTime (
string controlName,
string eventName
)
public:
String^ GetControlEventDateTime (
String^ controlName,
String^ eventName
)
public String GetControlEventDateTime (
String controlName,
String eventName
)
public function GetControlEventDateTime (
controlName : String,
eventName : String
) : String
Parameters
- controlName
Specifies the control name.
- eventName
Specifies the event name.
Return Value
Type: String
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
JavaKnownControls Class
JavaKnownControls Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.