TIMEPART関数
SAS日時値から時間値を抽出します。
例
SAS assigns TIME a
SAS value that corresponds to 10:40:17 if the following statements
are executed exactly at 10:40:17 a.m. on any date:
datim=datetime();
time=timepart(datim);
Copyright © SAS Institute Inc. All rights reserved.