DateTimeProviderNow Property  | 
 Gets a 
DateTime object that is set to the current date and time on this computer, expressed as the local time.
 
    Namespace: 
   Enkoni.Framework
    Assembly:
   Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxpublic virtual DateTime Now { get; }Public Overridable ReadOnly Property Now As DateTime
	Get
public:
virtual property DateTime Now {
	DateTime get ();
}abstract Now : DateTime with get
override Now : DateTime with get
Property Value
Type: 
DateTime
See Also