Метод | Описание | |
---|---|---|
Clock ( String identifier, String name, ELTE.AEGIS.Temporal.Reference.Calendar basis, Duration offset ) : System |
Initializes a new instance of the Clock class.
|
|
Clock ( String identifier, String name, String remarks, Array aliases, String scope, ELTE.AEGIS.Temporal.Reference.Calendar basis, String referenceEvent, Instant referenceInstant, Duration offset ) : System |
Initializes a new instance of the Clock class.
|
|
FromTimeZone ( ELTE.AEGIS.Temporal.Reference.TimeZone timeZone, Boolean isDaylightSaving ) : |
Create a clock from a time zone.
|
|
GetHour ( Instant instant ) : Int32 |
Returns the hours for an instant.
|
|
GetHours ( Duration duration ) : Int32 |
Returns the hours for a duration.
|
|
GetInstant ( Int32 hours, Int32 minutes, Int32 seconds ) : Instant |
Returns the instant for the specified time.
|
|
GetInstant ( Int32 hours, Int32 minutes, Int32 seconds, Int32 milliseconds ) : Instant |
Returns the instant for the specified time.
|
|
GetMilliseconds ( Duration duration ) : Int32 |
Returns the milliseconds within a second for a duration.
|
|
GetMilliseconds ( Instant instant ) : Int32 |
Returns the milliseconds within a second for an instant.
|
|
GetMinute ( Instant instant ) : Int32 |
Returns the minutes within an hour for an instant.
|
|
GetMinutes ( Duration duration ) : Int32 |
Returns the minutes within an hour for a duration.
|
|
GetSecond ( Instant instant ) : Int32 |
Returns the seconds within a minute for an instant.
|
|
GetSeconds ( Duration duration ) : Int32 |
Returns the seconds within a minute for a duration.
|
|
GetTime ( Instant instant ) : ClockTime |
Returns the clock time for an instant.
|
|
GetTotalMilliseconds ( Duration duration ) : Int32 |
Returns the total number of milliseconds for a duration.
|
|
GetTotalMilliseconds ( Instant instant ) : Int32 |
Returns the total number of milliseconds for an instant.
|
|
GetTotalMinutes ( Duration duration ) : Int32 |
Returns the total number of minutes for a duration.
|
|
GetTotalMinutes ( Instant instant ) : Int32 |
Returns the total number of minutes for an instant.
|
|
GetTotalSeconds ( Duration duration ) : Int32 |
Returns the total number of seconds for a duration.
|
|
GetTotalSeconds ( Instant instant ) : Int32 |
Returns the total number of seconds for an instant.
|
|
TransformToClockTime ( ClockTime utcTime ) : ClockTime |
Returns the clock time for an UTC time.
|
|
TransformToUTCTime ( ClockTime clockTime ) : ClockTime |
Returns the UTC time for a clock time.
|
Метод | Описание | |
---|---|---|
TransformTimeZoneIdentifier ( String identifier ) : String |
Transforms the time zone identifier.
|
public Clock ( String identifier, String name, ELTE.AEGIS.Temporal.Reference.Calendar basis, Duration offset ) : System | ||
identifier | String | The identifier. |
name | String | The name. |
basis | ELTE.AEGIS.Temporal.Reference.Calendar | The basis. |
offset | Duration | The offset. |
Результат | System |
public Clock ( String identifier, String name, String remarks, Array aliases, String scope, ELTE.AEGIS.Temporal.Reference.Calendar basis, String referenceEvent, Instant referenceInstant, Duration offset ) : System | ||
identifier | String | The identifier. |
name | String | The name. |
remarks | String | The remarks. |
aliases | Array | The aliases. |
scope | String | The scope. |
basis | ELTE.AEGIS.Temporal.Reference.Calendar | The basis. |
referenceEvent | String | The reference event. |
referenceInstant | Instant | The reference instant. |
offset | Duration | The offset. |
Результат | System |
public static FromTimeZone ( ELTE.AEGIS.Temporal.Reference.TimeZone timeZone, Boolean isDaylightSaving ) : |
||
timeZone | ELTE.AEGIS.Temporal.Reference.TimeZone | The time zone. |
isDaylightSaving | Boolean | The value indicating whether the clock should be a daylight saving clock. |
Результат |
public GetHour ( Instant instant ) : Int32 | ||
instant | Instant | The instant. |
Результат | Int32 |
public GetHours ( Duration duration ) : Int32 | ||
duration | Duration | The duration. |
Результат | Int32 |
public GetInstant ( Int32 hours, Int32 minutes, Int32 seconds ) : Instant | ||
hours | Int32 | The hours. |
minutes | Int32 | The minutes. |
seconds | Int32 | The seconds. |
Результат | Instant |
public GetInstant ( Int32 hours, Int32 minutes, Int32 seconds, Int32 milliseconds ) : Instant | ||
hours | Int32 | The hours. |
minutes | Int32 | The minutes. |
seconds | Int32 | The seconds. |
milliseconds | Int32 | The milliseconds. |
Результат | Instant |
public GetMilliseconds ( Duration duration ) : Int32 | ||
duration | Duration | The duration. |
Результат | Int32 |
public GetMilliseconds ( Instant instant ) : Int32 | ||
instant | Instant | The instant. |
Результат | Int32 |
public GetMinute ( Instant instant ) : Int32 | ||
instant | Instant | The instant. |
Результат | Int32 |
public GetMinutes ( Duration duration ) : Int32 | ||
duration | Duration | The duration. |
Результат | Int32 |
public GetSecond ( Instant instant ) : Int32 | ||
instant | Instant | The instant. |
Результат | Int32 |
public GetSeconds ( Duration duration ) : Int32 | ||
duration | Duration | The duration. |
Результат | Int32 |
public GetTime ( Instant instant ) : ClockTime | ||
instant | Instant | The instant. |
Результат | ClockTime |
public GetTotalMilliseconds ( Duration duration ) : Int32 | ||
duration | Duration | The duration. |
Результат | Int32 |
public GetTotalMilliseconds ( Instant instant ) : Int32 | ||
instant | Instant | The instant. |
Результат | Int32 |
public GetTotalMinutes ( Duration duration ) : Int32 | ||
duration | Duration | The duration. |
Результат | Int32 |
public GetTotalMinutes ( Instant instant ) : Int32 | ||
instant | Instant | The instant. |
Результат | Int32 |
public GetTotalSeconds ( Duration duration ) : Int32 | ||
duration | Duration | The duration. |
Результат | Int32 |
public GetTotalSeconds ( Instant instant ) : Int32 | ||
instant | Instant | The instant. |
Результат | Int32 |
public TransformToClockTime ( ClockTime utcTime ) : ClockTime | ||
utcTime | ClockTime | The UTC time. |
Результат | ClockTime |
public TransformToUTCTime ( ClockTime clockTime ) : ClockTime | ||
clockTime | ClockTime | The clock time. |
Результат | ClockTime |