GetDayOfYear - method of the PmDateObject object
Description:
Day of year (integer 1-366).
Syntax:
Long GetDayOfYear()
Example:
JavaScriptSelect and copy to clipboard
var oDate = Pm.CreatePmDateObject();
// Creates the object with current time
var nDayOfYear = oDate.GetDayOfYear();