| RandomizerNext Method (DateTime, DateTime) |
Returns a random
DateTime between two dates.
Namespace:
Cauldron
Assembly:
Cauldron.Randomizer (in Cauldron.Randomizer.dll) Version: 3.2.0.2
Syntax Parameters
- from
- Type: SystemDateTime
The inclusive lower bound of the random date returned. - to
- Type: SystemDateTime
The exclusive upper bound of the random date to be generated.
Return Value
Type:
DateTimeA random date
See Also