TimeIntervalToTimeStandard Method |
Returns a
TimeInterval equivalent to this one where the time standard
of the start and end dates has been converted to the specified 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 TimeInterval ToTimeStandard(
TimeStandard timeStandard
)
Public Function ToTimeStandard (
timeStandard As TimeStandard
) As TimeInterval
public:
TimeInterval^ ToTimeStandard(
TimeStandard^ timeStandard
)
member ToTimeStandard :
timeStandard : TimeStandard -> TimeInterval
Parameters
- timeStandard
- Type: AGI.Foundation.TimeTimeStandard
The time standard of the new interval.
Return Value
Type:
TimeIntervalAn equivalent interval with the new time standard.
See Also