팩토리 » Api

getsystemtime

Description

윈도우의 시스템 시간을 가져오는 API이다.

Parameters

Parameters Type Description
strFormat STRING 시간포멧(샘플소스 참고)

Return Value

Type Description
STRING 시간

Example

function btn_getsystemtime_on_mouseup() { screen.alert("현재시각은 " + factory.getsystemtime("%Y-%M-%D %h:%m:%s %ms") + "초입니다."); }

See Also

getsysdefaultprintername
getsysfolder
getsysmoniters
getsysmonitorinfo
getsyswinresolution

Viewer Ver.

9.1.1.1

Update Date

20211220