Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 2,640: Line 2,640:
 
| <code>TIME_TICKS_TO_200? = 126227808000000000;</code>
 
| <code>TIME_TICKS_TO_200? = 126227808000000000;</code>
 
| Offset between 1/1/1601 (Ultibo) and 1/1/2001 (Clock is assumed not set if time is less than this)
 
| Offset between 1/1/1601 (Ultibo) and 1/1/2001 (Clock is assumed not set if time is less than this)
 +
|-
 +
|colspan="2"|&nbsp;
 +
|-
 +
| <code>TIME_TICKS_PER_10MILLISECONDS = 100000;</code>
 +
| 10^7 / 10^2
 
|-
 
|-
 
|}
 
|}
 
</div></div>
 
</div></div>
<br />  
+
<br />
  
 
=== Type definitions ===
 
=== Type definitions ===

Revision as of 03:33, 26 September 2016

Return to Unit Reference


Description


To be documented

Constants



[Expand]
Universal error constants ERROR_*


[Expand]
Universal value constants INVALID_*


[Expand]
File position constants FILE_*


[Expand]
File open/create constants CREATE_*


[Expand]
File creation flag constants FILE_FLAG_*


[Expand]
File attribute constants FILE_ATTRIBUTE_*


[Expand]
Filesystem attribute constants FS_*


[Expand]
Timeout constants INFINITE =*


[Expand]
TLS constants TLS_*


[Expand]
Wait constants WAIT_*


[Expand]
Thread state constants STILL_*


[Expand]
TimeZone constants TIME_ZONE_*


[Expand]
Universal key code constants KEY_CODE_*


[Expand]
Universal scan code constants SCAN_CODE_*


[Expand]
Universal color constants COLOR_*


[Expand]
Universal size constants SIZE_*


[Expand]
Universal time constants MILLISECONDS_*


[Expand]
Ultibo time constants TIME_TICKS_*


Type definitions


None defined

Public variables


None defined

Function declarations


None defined


Return to Unit Reference