DateTime-Library
DateTime-Library copied to clipboard
DateTime Library - a library written in assembler (for x86 and x64) which provides simple date and time conversion, manipulation and comparison functions for use in any of your assembler projects.
DateTime Library
DateTime Library - a library written in assembler (for x86 and x64) which provides simple date and time conversion, manipulation and comparison functions for use in any of your assembler projects.
Download
-
Download the latest release for whichever assembler and architecture you require:
-
Copy
DateTime.inc
to yourmasm32\include
folder for DateTime Library x86, oruasm\include
for DateTime Library x64 (or wherever your include files are located) -
Copy
DateTime.lib
to yourmasm32\lib
folder for DateTime Library x86, oruasm\lib\x64
for DateTime Library x64 (or wherever your libraries are located) -
Add the following to your project:
include DateTime.inc includelib DateTime.lib
Functions
Documentation on the functions in the DateTime libraries are located on readthedocs here
Resources
Included with the releases are additional RadASM autocomplete / intellisense type files. Each *.api.txt
file contains instructions as to where to paste their contents.
Other resources may be required to build the libraries: