Command Reference : Function Reference : Function Reference: M
  
 
@minute
Minute of the hour of the observation.
Syntax: @minute
Return: series
Returns the minute of the hour (0-59) associated with each observation in the workfile.
If the workfile is of lower than minute frequency, all observations will be set to 0.
If the workfile is undated, observations will be set to -1.
Examples
series dt = @minute
saves the minute of the hour into the series DT.
The command
smpl if @hourf >= 50
sets the sample to only include the last 10 minutes of each hour.
Cross-references
See also @day, @hour, @hourf, @month, @quarter, @seas, @second, @weekday, and @year.