| DateTimestampBaseGetUtcNow Method |
[This is preliminary documentation and is subject to change.]
Returns the current time.
Namespace: OAuthAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax protected abstract DateTime GetUtcNow()
Protected MustOverride Function GetUtcNow As DateTime
protected:
virtual DateTime GetUtcNow() abstract
abstract GetUtcNow : unit -> DateTime
Return Value
Type:
DateTimeCurrent time in UTC.
See Also