UtilDateTimeGetRandomDateTime Method
Gets a random DateTime in range between MinValue and MaxValue.
Namespace: DevCase.Core.DateAndTimeAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static DateTime GetRandomDateTime()
Public Shared Function GetRandomDateTime As DateTime
Dim returnValue As DateTime
returnValue = UtilDateTime.GetRandomDateTime()
public:
static DateTime GetRandomDateTime()
static member GetRandomDateTime : unit -> DateTime
No code example is currently available or this language may not be supported.
Return Value
DateTime
The resulting
DateTime.
This is a code example.
No code example is currently available or this language may not be supported.
Dim ramdomDate As Date = GetRandomDateTime()
Console.WriteLine(randomDate.ToString())
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.