DaysElapsed Method
- Last UpdatedNov 06, 2025
- 1 minute read
To determine if a certain number of days have elapsed since a specified datetime
Parameters
- startTime
- The start DateTime for the comparison
- numDays
- Number of days after StartTime to be tested for
Return Value
Returns true if the current date is at least the specified number of days passed the specified start datetime, else returns false