GeopositionTimestamp Property |
Version 55.0.0
Time of position measurement in miliseconds since Epoch in UTC time. This
is taken from the host computer's system clock.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public DateTime Timestamp { get; set; }
public:
property DateTime Timestamp {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTimeSee Also