Chapter Contents |
Previous |
Next |
MINUTE |
Category: | Date and Time |
Syntax | |
Arguments | |
Details | |
Examples | |
See Also |
Syntax |
MINUTE(time | datetime) |
Details |
The MINUTE function returns an integer that represents a specific minute of the hour. MINUTE always returns a positive number. Missing values are ignored.
Examples |
SAS Statements | Results |
---|---|
time='3:19:24't; m=minute(time); put m; |
19 |
See Also |
Functions:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.