Syntax
RealWorldMonth
Description
Returns the month from the computer's clock.
Examples
RealWorldMonth = 8 on August 15, 2024
RealWorldMonth = 12 on December 31, 2024
If((WaterMonthToCalendarMonth <= RealWorldMonth) And (WaterYearToCalendarYear <= RealWorldYear)), ReadFromFile(ReservoirHistoricalData.csv), Central Reservoir:Storage Volume) ; Read data from historical data csv file for all months up to and including current real world month, but use simulated data afterwards.