[This is preliminary documentation and is subject to change.]
The ITimeSourceImplementation type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | Configure |
Configures an entity from supplied config node
(Inherited from IConfigurable.) |
![]() | ![]() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from ![]() |
![]() | LocalizedTimeToUniversalTime |
Converts localized time to UTC time as of TimeLocation property
(Inherited from ILocalizedTimeProvider.) |
![]() | UniversalTimeToLocalizedTime |
Converts universal time to local time as of TimeLocation property
(Inherited from ILocalizedTimeProvider.) |
Properties
Name | Description | |
---|---|---|
![]() | ComponentCommonName |
Returns the common name used to identify the component, for example "Glue" for various IGlue implementations.
This name is searched-by some management tools that allow to find component by this name that does not change between
application restarts like ComponentSID does. Subordinate (non-root) components return null
(Inherited from IApplicationComponent.) |
![]() | ComponentDirector |
Returns a reference to an object that this app component services/operates under, or null
(Inherited from IApplicationComponent.) |
![]() | ComponentSID |
Returns process/instance unique app component system id
(Inherited from IApplicationComponent.) |
![]() | LocalizedTime |
Returns current time localized per TimeLocation
(Inherited from ILocalizedTimeProvider.) |
![]() | Now |
Returns local time stamp, Alias to this.LocalizedTime
(Inherited from ITimeSource.) |
![]() | TimeLocation |
Returns the location
(Inherited from ILocalizedTimeProvider.) |
![]() | UTCNow |
Returns current UTC time stamp
(Inherited from ITimeSource.) |
See Also