RFA .NET
The Time type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Time()()()() | Default Constructor. |
![]() | Time(Time) | Copy Constructor. |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases unmanaged resources. |
![]() | ToRFA_String | String representation of this object. |
![]() | ToString | String representation of this object. (Overrides Object..::..ToString()()()().) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | ExplicitNarrowingExplicitExplicitExplicit(Time to TimeSpan) |
Explicit conversion from RFA's Time to System.TimeSpan.
|
Properties
Name | Description | |
---|---|---|
![]() | Hour | Gets or sets the Hour (0 - 23 and 255 indicates blank). |
![]() | Microsecond | Gets or sets the Microsecond (0 - 999 and 2047 indicates blank). |
![]() | Millisecond | Gets or sets the Millisecond (0 - 999 and 65535 indicates blank). |
![]() | Minute | Gets or sets the Minute (0 - 59 and 255 indicates blank). |
![]() | Nanosecond | Gets or sets the nanosecond (0 - 999 and 2047 indicates blank). |
![]() | Second | Gets or sets the Second (0 - 60 and 255 indicates blank). Allow 60 to support Leap Second Adjustment. |