InternetTimeCanAccess Property

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets a value indicating whether the time can be retrieved right now.

The time server can only be accessed once every five seconds. If less than five seconds have passed since the last call to GetCurrentDateTime(), this property will return false.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static bool CanAccess { get; }

Property Value

Type: Boolean
true if the time can be retrieved; otherwise, false.
See Also

Reference