Explorar o código

Unhid std.time.Time docs.

Mark Sibly %!s(int64=7) %!d(string=hai) anos
pai
achega
e791ede21c
Modificáronse 1 ficheiros con 8 adicións e 1 borrados
  1. 8 1
      modules/std/time/time.monkey2

+ 8 - 1
modules/std/time/time.monkey2

@@ -36,7 +36,14 @@ Function Millisecs:Int()
 	Return Now() * 1000
 End
 
-#rem monkeydoc @hidden Time class.
+#rem monkeydoc The Time class.
+
+The Time class is used to represent dates and times.
+
+You can create a time object representing the current time with the [[Now]] function.
+
+Times can be converted to strings with the [[ToString]] method.
+
 #end
 Class Time