Chapter Contents |
Previous |
Next |
SECOND |
Category: | Date and Time |
Syntax | |
Arguments | |
Details | |
Examples | |
See Also |
Syntax |
SECOND(time | datetime) |
Details |
The SECOND function produces a positive, numeric value that represents a specific second of the minute. The result ranges from 0 through 59.
Examples |
SAS Statements | Result |
---|---|
time='3:19:24't; s=second(time); put s; |
24 |
See Also |
Functions:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.