Type: Double
Returns the number of milliseconds on the user's browser that has elapsed since January 1, 1970.
Note: You must call the GetExtPropertiesEx method before checking the value of this property. This property requires either the Professional or Enterprise Edition of BrowserHawk.
Tip: See the extproperties.asp example located in your BrowserHawk directory for detailed information and examples on using this property.
Example:
<% set bhObj = Server.CreateObject("cyScape.browserObj")
bhObj.SetExtProperties "BrowserDateTimeMs"
bhObj.GetExtPropertiesEx
%>
<html>Total milliseconds elapsed since Jan 1, 1970 on your browser:
<% =bhObj.BrowserDateTimeMs %>
</html>
Special notes for this property:
If the user’s JavaScript is disabled this property will not be available.
See Also: