View source code
							
							
						
								Display the source code in std/datetime/interval.d from which this
								page was generated on github.
							
						
							Report a bug
							
						
								If you spot a problem with this page, click here to create a
								Bugzilla issue.
							
						
							
								Improve this page
							
							
					
								Quickly fork, edit online, and submit a pull request for this page.
								Requires a signed-in GitHub account. This works well for small changes.
								If you'd like to make larger changes you may want to consider using
								local clone.
							
						Function std.datetime.interval.everyDayOfWeek
Range-generating function.
						
				TP delegate(scope const TP) everyDayOfWeek(TP, Direction dir = Direction
				  DayOfWeek dayOfWeek
				
				) nothrow
				
				if (isTimePoint!TP && (dir == Direction
				Returns a delegate which returns the next time point with the given
    DayOfWeek in a range.
    Using this delegate allows iteration over successive time points which
    are all the same day of the week. e.g. passing DayOfWeek to
    everyDayOfWeek would result in a delegate which could be used to
    iterate over all of the Mondays in a range.
Parameters
| Name | Description | 
|---|---|
| dir | The direction to iterate in. If passing the return value to fwdRange, useDirection. If passing it tobwdRange, useDirection. | 
| dayOfWeek | The week that each time point in the range will be. | 
Example
import stdAuthors
License
					Copyright © 1999-2022 by the D Language Foundation | Page generated by ddox.