UtilDateTimeYesterday(String) Property
Gets the date of yesterday as a string representation using the specified format.
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 string this[
string format
] { get; }
Public Shared ReadOnly Property Yesterday (
format As String
) As String
Get
Dim format As String
Dim value As String
value = UtilDateTime.Yesterday(format)
public:
static property String^ Yesterday[String^ format] {
String^ get (String^ format);
}
static member Yesterday : string with get
No code example is currently available or this language may not be supported.
- format String
-
String
The date of yesterday.
This is a code example.
No code example is currently available or this language may not be supported.
Dim yesterday As Date = Yesterday("MMMM dd, yyyy")
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.