UtilDateTimeTomorrow Property
Gets the date of tomorrow.
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 Tomorrow { get; }
Public Shared ReadOnly Property Tomorrow As DateTime
Get
Dim value As DateTime
value = UtilDateTime.Tomorrow
public:
static property DateTime Tomorrow {
DateTime get ();
}
static member Tomorrow : DateTime with get
No code example is currently available or this language may not be supported.
Property Value
DateTime
The date of tomorrow.
This is a code example.
No code example is currently available or this language may not be supported.
Dim tomorrow As Date = Tomorrow
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.