[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  CURTIME

  .  Summary

  curtime();

  .  Description

  The curtime function returns the current date/time as the number of
  seconds since Jan 1, 1970. A date/time value in this format is used
  by many SALT functions.

  .  Return Value

  An integer value as described above.

  .  Example

  // Print the current date

  int t;
  str s[64];

  t = curtime();
  date(t, s);
  prints(s);

See Also: date time tyear tmonth tday thour tmin tsec
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson