| JulianDateTryConvertTimeStandard Method  | 
  
    Namespace: 
   AGI.Foundation.Time
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic bool TryConvertTimeStandard(
	TimeStandard timeStandard,
	out JulianDate result
)
Public Function TryConvertTimeStandard ( 
	timeStandard As TimeStandard,
	<OutAttribute> ByRef result As JulianDate
) As Boolean
public:
bool TryConvertTimeStandard(
	TimeStandard^ timeStandard, 
	[OutAttribute] JulianDate% result
)
member TryConvertTimeStandard : 
        timeStandard : TimeStandard * 
        result : JulianDate byref -> bool 
Parameters
- timeStandard
- Type: AGI.Foundation.TimeTimeStandard
 The requested time standard.
- result
- Type: AGI.Foundation.TimeJulianDate
 On return,
            an equivalent JulianDate using the requested TimeStandard, if it
            is capable of representing this time; otherwise MinValue.
Return Value
Type: 
Boolean if this date could be converted to the requested 
TimeStandard; otherwise 
.
            
 Remarks
Remarks
            If timeStandard is , no conversion will be performed.
            
 See Also
See Also