UtcTimeProvider Class
Namespace: PTS
Assembly: PTSframework.dll
Provides Coordinated Universal Time (UTC) time accessor to other system components.
Syntax
public class UtcTimeProvider : ITimeProvider
Inheritance
System.Object
UtcTimeProvider
Implements
Properties
Now
Gets a System.DateTime object that is set to the current date and time on current execution environment, expressed as the Coordinated Universal Time (UTC).
Declaration
public DateTime Now { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()