|
Converts a value to a time type.
Syntax 1
CTime(
val
)
Parameters
val
|
|
Type:
|
General purpose
|
|
The value to convert.
|
Return Value
|
|
Type:
|
time
|
|
The converted value.
|
Syntax 2
CTime(
year,
month,
day,
hour,
minute,
second
[,ms = 0]
)
Parameters
month
|
|
Type:
|
Number
|
|
month.
|
minute
|
|
Type:
|
Number
|
|
minutes.
|
second
|
|
Type:
|
Number
|
|
Seconds.
|
ms
|
|
Type:
|
Number
|
|
Millisec.
|
Return Value
|
|
Type:
|
time
|
|
The converted value.
|
Explanation
Converts a value to a time type.
|
Supported
reference
CBool
CNum
CStr
CBit
CTime
CScript
CScriptTo
CNumStr (NS)
CTimeStr (TS)
CTimeSpanStr
CDurationStr
CNumToHex
CNumToOct
CNumToBin
CNumToExp
CHexToNum
COctToNum
CBinToNum
CNumToComma
CCommaToNum
CLinearToPf
CPfToLinear
CTable
CValidTable
|