| EphemerisTime Property |
Gets or sets the date and time relative to Coordinated Universal Time (UTC).
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public DateTimeOffset Time { get; set; }
Public Property Time As DateTimeOffset
Get
Set
public:
property DateTimeOffset Time {
DateTimeOffset get ();
void set (DateTimeOffset value);
}
member Time : DateTimeOffset with get, set
Property Value
Type:
DateTimeOffset
The date and time relative to Coordinated Universal Time (UTC). The property is initialized
with
UtcNow.
See Also