'Declaration Public Shared Function GreaterThan( _ ByVal left As TdIntervalHourToSecond, _ ByVal right As TdIntervalHourToSecond _ ) As Boolean
'Usage Dim left As TdIntervalHourToSecond Dim right As TdIntervalHourToSecond Dim value As Boolean value = TdIntervalHourToSecond.GreaterThan(left, right)
public static bool GreaterThan( TdIntervalHourToSecond left, TdIntervalHourToSecond right )
public: static bool GreaterThan( TdIntervalHourToSecond left, TdIntervalHourToSecond right )
Parameters
- left
- An instance of TdIntervalHourToSecond.
- right
- An instance of TdIntervalHourToSecond.