Provides access to members that control the Time Instant.
Description
A TimeInstant represents a single point in time. It has no Duration or end time.
Members
| Name | Description | |
|---|---|---|
![]() |
Project | Projects this time value from its time reference, to a given time reference. |
![]() |
ProjectFromUTC | Projects this time value from UTC, to its time reference. |
![]() |
ProjectToUTC | Projects this time value from its time reference, to UTC. |
![]() |
Time | The time instant time value. |
![]() |
TimeReference | The time reference associated with the time value. |
ITimeInstant.Time Property
The time instant time value.
Public Property Time As ITime
public ITime Time {get; set;}
Inherited Interfaces
| Interfaces | Description |
|---|---|
| ITimeValue | Provides access to members that control the Time Value. |
Classes that implement ITimeInstant
| Classes | Description |
|---|---|
| TimeInstant | An object that represents a time-referenced instant in time. |


