TimeIntervalCollectionTToTimeStandard Method |
Converts all times in this time interval collection to be the specified time standard.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TimeIntervalCollection<T> ToTimeStandard(
TimeStandard timeStandard
)
Public Function ToTimeStandard (
timeStandard As TimeStandard
) As TimeIntervalCollection(Of T)
public:
TimeIntervalCollection<T>^ ToTimeStandard(
TimeStandard^ timeStandard
)
member ToTimeStandard :
timeStandard : TimeStandard -> TimeIntervalCollection<'T>
Parameters
- timeStandard
- Type: AGI.Foundation.TimeTimeStandard
The time standard to use.
Return Value
Type:
TimeIntervalCollectionTA copy of this collection with the new time standard.
See Also