.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 2025-01-21T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos