Click or drag to resize

DateTimeSourceNow Property

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

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public DateTime Now { get; }

Return Value

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