The Conroy & Conroy Subroutine Library (2021.3 edition)

GetTime
What: void function
File:
Layer: 1
Format: GetTime( hour, minute, second, sec100 )
Platforms: C++, C#, Javascript, Pascal, PHP, Python

This function returns the current system time. It updates the parameters which are passed by reference. In Pascal, this is only defined if the version of Pascal being used does not provide the function.

Note: In Python, this takes no parameters and returns an array of tuples that contain the time information.