Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File5.11.3 Tgettime TOS Name: »Get time« - Obtain the time. Opcode: 44 Syntax: uint32_t Tgettime ( void ); Description: The GEMDOS routine Tgettime obtains the system time. Return value: The function returns the system time, coded as follows: Bits Meaning 0-4 Seconds in units of two (0-29) 5-10 Minutes (0-59) 11-15 Hours (0-23) Availability: All GEMDOS versions. Group: Date and Time See Also: Binding Tsettime