Click or drag to resize
DigitalRuneEphemerisTime Property
Gets or sets the date and time relative to Coordinated Universal Time (UTC).

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public DateTimeOffset Time { get; set; }

Property Value

Type: DateTimeOffset
The date and time relative to Coordinated Universal Time (UTC). The property is initialized with UtcNow.
See Also