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