Time
์๊ฐ
ZEP ์๋ฒ์ ์๊ฐ์ ์กฐํํ๋ ๋ฑ ์๊ฐ ๋ฐ์ดํฐ๋ฅผ ๊ฐ์ ธ์ค๋ ํจ์๋ฅผ ๋ชจ์๋์ ํด๋์ค์ ๋๋ค.
Methods
์ด๋ฆ | ์ค๋ช |
---|---|
getTime | ZEP ์๋ฒ์ ํ์ฌ ์๊ฐ์ milliseconds ๋จ์์ ๊ฐ์ผ๋ก ๋ฆฌํดํฉ๋๋ค. |
getUtcTime | ํ์ฌ UTC ์๊ฐ์ milliseconds ๋จ์์ ๊ฐ์ผ๋ก ๋ฆฌํดํฉ๋๋ค. |
getTimeInterval | ํ๋ผ๋ฏธํฐ๋ก ์ ๋ ฅํ ๋ ์๊ฐ์ ์ฐจ์ด๋ฅผ ๊ณ์ฐํด ๊ฐ์ ๋ฆฌํดํฉ๋๋ค. |
getTime
Time.getTime()
ZEP ์๋ฒ์ ํ์ฌ ์๊ฐ์ milliseconds ๋จ์์ ๊ฐ์ผ๋ก ๋ฆฌํดํฉ๋๋ค.
์์
getUtcTime
Time.getUtcTime()
ํ์ฌ UTC ์๊ฐ์ milliseconds ๋จ์์ ๊ฐ์ผ๋ก ๋ฆฌํดํฉ๋๋ค.
์์
getTimeInterval
Time.getTimeInterval(timeA: number, timeB: number, returnType: DateType)
timeB - timeA
๋ฅผ ๊ณ์ฐํ๊ณ , ๊ทธ ๊ฒฐ๊ณผ๋ฅผ ์ง์ ํ returnType
์ผ๋ก ๋ฐํํฉ๋๋ค.
ํ๋ผ๋ฏธํฐ
์ด๋ฆ | ํ์ | ์ค๋ช |
---|---|---|
timeA, timeB | Number | ์ฐจ์ด๋ฅผ ๊ณ์ฐํ ์๊ฐ (milliseconds) |
returnType | DateType | DateType.MILLISECONDS ( ms ๋จ์ ) DateType.SECONDS (์ด ๋จ์ ) DateType.MINUTES ( ๋ถ ๋จ์ ) DateType.HOURS ( ์๊ฐ ๋จ์ ) DateType.DAYS ( ์ผ ๋จ์ ) |
์์
Last updated