浏览代码

Unhid std.time.Time docs.

Mark Sibly 7 年之前
父节点
当前提交
e791ede21c
共有 1 个文件被更改,包括 8 次插入1 次删除
  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