FixedDateTimeProviderUtcNow 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 override DateTime UtcNow { get; }
Public Overrides ReadOnly Property UtcNow As DateTime
Get
public:
virtual property DateTime UtcNow {
DateTime get () override;
}
abstract UtcNow : DateTime with get
override UtcNow : DateTime with get
Property Value
Type:
DateTime
See Also