Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns a whole number between 0 and 59, inclusive, representing the second of the minute.
Syntax
Second(time)
Remarks
The time argument is any expression that can represent a time. If time contains Null, Null is returned.
The following example uses the Second function to return the current second:
Dim MySec
MySec = Second(Now)
' MySec contains the number representing the current second.
Requirements
See Also
Day Function
Hour Function
Minute Function (VBScript)
Now Function
Time Function