UtilDateTimeTimestamp Property
Gets the current time stamp, in ISO 8601 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 Timestamp { get; }
Public Shared ReadOnly Property Timestamp As String
Get
Dim value As String
value = UtilDateTime.Timestamp
public:
static property String^ Timestamp {
String^ get ();
}
static member Timestamp : string with get
No code example is currently available or this language may not be supported.
Property Value
String
The resulting time stamp.