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