[This is preliminary documentation and is subject to change.]
The TimeLocation type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| TimeLocation(Boolean) |
Creates instance that uses entity's parent settings. May use TimeLocation.Parent static instance instead
| |
| TimeLocation(TimeSpan, String, Boolean) | Initializes a new instance of the TimeLocation class |
Methods
| Name | Description | |
|---|---|---|
| Configure | ||
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString | (Overrides |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| CONFIG_TIMELOCATION_SECTION |
Properties
| Name | Description | |
|---|---|---|
| Description |
Location description
| |
| Immutable |
Returns true to indicate that the instance can not be mutated with Configure() or property sets
| |
| Parent |
Returns a singleton instance of timelocation which uses parent setting
| |
| UseParentSetting |
Returns true when entity's parent settings should be used
| |
| UTC |
Returns a singleton instance of UTC timelocation (zero offset from UTC)
| |
| UTCOffset |
Returns UTC offset
|
See Also