.PhotoVoltaics.Functions.dayOfTheYear

Information

Calculate the day of the year (between 1 and 365 or 366).

Interface

function dayOfTheYear
  input Integer day "Day";
  input Integer month "Month";
  input Integer year "Year";
  output Integer dayOfYear "Day of the year indicated by day, month, year";
end dayOfTheYear;

Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos