Chapter Contents |
Previous |
Next |
TIMEPART |
Category: | Date and Time |
Syntax | |
Arguments | |
Example |
Syntax |
TIMEPART(datetime) |
Example |
SAS assigns TIME a SAS value that corresponds to 10:40:17 if the following statements are executed exactly at 10:40:17 AM on any date:
datim=datetime(); time=timepart(datim);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.