Typedefs | |
typedef long | clock_t |
typedef clock_t | time_t |
Functions | |
clock_t | clock (void) |
time_t | time (void) |
time_t | get_trusted_time (void) |
Compounds | ||
struct | Time | A time manipulation structure |
Some functions for setting and changing the date and time. Please look at the Time structure
|
Stores time values: used by the clock() function.
|
|
Represents time values in the time() function and Time object.
|
|
Returns the time from the system startup in milliseconds; updated every 10 mS.
|
|
Returns trusted time.
|
|
Returns the current time in the system format (seconds since some date).
|
Copyright © 2001 Cybiko, Inc. All rights reserved. | More information... |