UtilTweakingSystemDateTime Property
Gets or sets the system date and time.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static DateTime SystemDateTime { get; set; }
Public Shared Property SystemDateTime As DateTime
Get
Set
Dim value As DateTime
value = UtilTweaking.SystemDateTime
UtilTweaking.SystemDateTime = value
public:
static property DateTime SystemDateTime {
DateTime get ();
void set (DateTime value);
}
static member SystemDateTime : DateTime with get, set
No code example is currently available or this language may not be supported.
Property Value
DateTime
The system date and time.
This is a code example.
No code example is currently available or this language may not be supported.
Dim dateAndTime As New Date(year:=2000, month:=1, day:=1,
hour:=0, minute:=0, second:=0)
Dim dateOnly As New Date(year:=2000, month:=1, day:=1,
hour:=Date.Now.Hour, minute:=Date.Now.Minute, second:=Date.Now.Second)
Dim timeOnly As New Date(year:=Date.Today.Year, month:=Date.Today.Month, day:=Date.Today.Day,
hour:=0, minute:=0, second:=0)
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.