File: ggtime.txt

package info (click to toggle)
generator-scripting-language 4.1.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,424 kB
  • sloc: ansic: 106,060; cpp: 2,232; pascal: 762; sh: 535; xml: 424; makefile: 194
file content (22 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
MODULE: GSL/time package

    Class: Time Functions
    
        Function: time . picture ([time],[picture])

        Function: time . number (time)

        Function: time . now ([date],[time])
                Assigns date and time to the passed parameters.  Also returns the time.

        Function: time . diff (date1,time1,date2,time2)
                Returns the difference (in csecs) between two date/times.


    Class: Date Functions
    
        Function: date . picture ([date],[picture])

        Function: date . number (date)