Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - setepoch() set the epoch flag http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 setepoch()          Set the epoch flag
------------------------------------------------------------------------------
 Declaration
   getset.hdr

 Syntax
   proc setepoch extern
   param value uint uYear

 Arguments
   uYear is the new epoch year value.

 Return
   None.

 Description
   The setepoch() function sets the epoch year according to the
   passed parameter.

 Example
   #define EXAMPLE_DATE
   #include example.hdr

   proc Test_setepoch
   set century on
   ? ctod( "10/01/50" )
   setepoch( 1980 )
   ? ctod( "10/01/50" )
   endproc

   proc main
   Test_setepoch()
   endproc

See Also: getsetepoch() set epoch to

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson