ScreencastFrameMetadataTimestamp Property  | 
Version 108.4.130 
            Frame swap timestamp.
            
 
    Namespace: 
   CefSharp.DevTools.Page
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic double? Timestamp { get; set; }public:
property Nullable<double> Timestamp {
	Nullable<double> get ();
	void set (Nullable<double> value);
}Property Value
Type: 
NullableDouble
See Also