VB.NET Language in a Nutshell
| Second Function |
Class
Microsoft.VisualBasic.DateAndTime
Syntax
Second( timevalue )
- timevalue (required; date)
-
Date variable or literal date
Return Value
An Integer in the range 0 to 59, specifying the second in timevalue
Description
Extracts the seconds from a given time expression
Rules at a Glance
If the time expression time is Nothing , the Second function returns 0.
See Also
Minute Function, Hour Function