[This is preliminary documentation and is subject to change.]
Gets or sets the date and time.
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public static DateTime DateTime { get; set; }
Public Shared Property DateTime As DateTime
Get
Set
public:
static property DateTime DateTime {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTimeThe date and time.
Reference