OCLOperators time
No edit summary
(Added Edited template with July 12, 2025.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Edited|July|12|2025}}
Returns the current time by returning the time part of '''DateTime.Now'''
Returns the current time by returning the time part of '''DateTime.Now'''


Line 4: Line 5:
DateTime.time
DateTime.time
</syntaxhighlight>
</syntaxhighlight>
==== See also: ====
* [[Documentation:DateTime|DateTime]]
[[Category:OCLOperators]]

Latest revision as of 06:33, 20 January 2025

This page was created by Charles on 2024-09-21. Last edited by Edgar on 2025-01-20.

Returns the current time by returning the time part of DateTime.Now

DateTime.time

See also: