Home
Package
Class
Method
Examples of NativeDate
js.lang.NativeDate
@version 2013/09/24 22:53:19
Examples of
js.lang.NativeDate
25
26
27
28
29
30
31
/**
*
@param
time
*/
private
Date
(
long
time
) {
this
.date =
new
NativeDate
(
time
)
;
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact
coftware#gmail.com
.