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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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