public static readonly property now as DateTime:
Returns the current date and time.
A DateTime object representing the current date and time. import klyn.time now = DateTime.Now print(now.toString()) # Output: current date and time
import klyn.time now = DateTime.Now print(now.toString()) # Output: current date and time