Click or drag to resize

DiagnosticsInformationNow Property

Gets a DateTime object that is set to the current date and time on this computer, expressed as the local time.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public DateTime Now { get; }

Property Value

Type: DateTime
An object whose value is the current local date and time.
See Also