TimeIntervalCollectionToTimeStandard 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 ToTimeStandard(
TimeStandard timeStandard
)
Public Function ToTimeStandard (
timeStandard As TimeStandard
) As TimeIntervalCollection
public:
TimeIntervalCollection^ ToTimeStandard(
TimeStandard^ timeStandard
)
member ToTimeStandard :
timeStandard : TimeStandard -> TimeIntervalCollection
Parameters
- timeStandard
- Type: AGI.Foundation.TimeTimeStandard
The time standard to use.
Return Value
Type:
TimeIntervalCollectionA copy of this collection with the new time standard.
See Also