| AnimationClientGetCurrentTimeAsync Method  | 
Version 90.6.50 
            Returns the current time of the an animation.
            
 
    Namespace: 
   CefSharp.DevTools.Animation
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<GetCurrentTimeResponse> GetCurrentTimeAsync(
	string id
)
public:
Task<GetCurrentTimeResponse^>^ GetCurrentTimeAsync(
	String^ id
)
Parameters
- id
- Type: SystemString
 Id of animation.
Return Value
Type: 
TaskGetCurrentTimeResponsereturns System.Threading.Tasks.Task<GetCurrentTimeResponse>
 See Also
See Also