Cluster lib/time

 

Provides time facilities, allowing to:

  • get the current time
  • get the elapsed time between two dates
  • format a time in some language
  • benchmark execution speed
  ->See description

BENCHMARK

Benchmarking facilities


 
CLOCK

Time and date facilities: year, month, day, hour and seconds.


 
MICROSECOND_TIME

Date and time facilities (like TIME) plus an extra microsecond information.


 
TIME

Time and date facilities: year, month, day, hour and seconds.


 
TIME_FORMATTER

The polymophic format class for TIME.


 
TIME_IN_SOME_LANGUAGE

This class is now obsolete (replaced with TIME_FORMATTER).


 

->

Description

Provides time facilities, allowing to: