Tile - Date - Create Utc Date – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Stub}}" to "{{Wiki|stub}}")
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Wiki|stub}}
<!---
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
-->
== Create Utc Date(Year, Month, Day, Hours, Minutes, Seconds, Milliseconds) ==
 
[[File:YlandsTile-736.png]]
 
<pre>static create(year: number, month: number, day: number, hours: number, minutes: number, seconds: number, milliseconds: number): Date;</pre>
=== Parameters ===
 
==== year ====
 
==== month ====
 
==== day ====
 
==== hours ====
 
==== minutes ====
 
==== seconds ====
 
==== milliseconds ====
 
=== Returns ===
 
'''Date'''
 
=== Availability ===
 
[[Ylands:Tile Availability - Server|Server]]
 
=== Description ===
 
Creates a new '''UTC date'''




----
----
{{Navbox/Ylands}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 0.15]]

Latest revision as of 15:23, 24 November 2023

Create Utc Date(Year, Month, Day, Hours, Minutes, Seconds, Milliseconds)

YlandsTile-736.png

static create(year: number, month: number, day: number, hours: number, minutes: number, seconds: number, milliseconds: number): Date;

Parameters

year

month

day

hours

minutes

seconds

milliseconds

Returns

Date

Availability

Server

Description

Creates a new UTC date