gusucode.com > bigdata 工具箱 matlab源码程序 > bigdata/@tall/quarter.m

    function tq = quarter(tt)
%QUARTER Quarter numbers of tall array of datetimes.
%   Supported syntaxes:
%   Q = QUARTER(T)
%
%   See also DATETIME/QUARTER.

%   Copyright 2015-2016 The MathWorks, Inc.

tq = datetimePiece(mfilename, 'double', tt);
end