WikiPendium

(beta)

Tgettime()

WikiPendium :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ec2-3-141-47-221.us-east-2.compute.amazonaws.com

Tgettime()


UWORD Tgettime( VOID )


Tgettime() returns the GemDos system time.

Opcode

44 (0x2C)

Availability

All GemDos versions.

Binding

	move.w  #$2C,-(sp)
	trap    #1
	addq.l  #2,sp


Return Value

Tgettime() returns a bit array arranged as follows:

Bits 15-11 Bits 10-5 Bits 4-0
Hour (0-23) Minute (0 to 59) Secs/2 (0 to 29)

See Also

Tgetdate(), Tsettime(), Gettime()?

Il n'y a pas de commentaire sur cette page. [Afficher commentaires/formulaire]