fleshing out
This commit is contained in:
		
							parent
							
								
									6d87e60fc4
								
							
						
					
					
						commit
						536d6c6cd2
					
				
							
								
								
									
										13
									
								
								README.md
								
								
								
								
							
							
						
						
									
										13
									
								
								README.md
								
								
								
								
							| 
						 | 
				
			
			@ -93,9 +93,12 @@ to create a `CronExpression` object once and keep a copy of it for reuse:
 | 
			
		|||
    nextTime := cronexpr.NextTime(time.Now())
 | 
			
		||||
 | 
			
		||||
`Use cronexpression.NoMatch(nextTime)` to find out whether a valid time was returned. For exemple,
 | 
			
		||||
    cronexpression.NoMatch(cronexpression.NextTimeFromCronString("* * * * * 1980", time.Now()))
 | 
			
		||||
will return `true`, whereas
 | 
			
		||||
    cronexpression.NoMatch(cronexpression.NextTimeFromCronString("* * * * * 2050", time.Now()))
 | 
			
		||||
will return false (as of 2013-08-29...)
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    cronexpression.NoMatch(cronexpression.NextTimeFromCronString("* * * * * 1980", time.Now()))
 | 
			
		||||
 | 
			
		||||
will return `true`, whereas
 | 
			
		||||
 | 
			
		||||
    cronexpression.NoMatch(cronexpression.NextTimeFromCronString("* * * * * 2050", time.Now()))
 | 
			
		||||
 | 
			
		||||
will return false (as of 2013-08-29...)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue