소스 검색

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