|
AdoDataConnectionUtcNow Property
|
Gets current UTC date-time in an implementation that is proper for the connected
AdoDataConnection database type.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic Object UtcNow { get; }
Public ReadOnly Property UtcNow As Object
Get
public:
property Object^ UtcNow {
Object^ get ();
}
member UtcNow : Object with get
View SourceProperty Value
Object
See Also