dotnetCHARTING Send comments on this topic.
AddTimeInterval Method
See Also 
dotnetCHARTING Namespace > TimeIntervalAdvanced Class : AddTimeInterval Method


lhs
The date to add to.
rhs
The TimeInterval to add.
Adds a TimeInterval to the specified DateTime.

Syntax

Visual Basic (Declaration) 
Public Shared Function AddTimeInterval( _
   ByVal lhs As Date, _
   ByVal rhs As TimeInterval _
) As Date
Visual Basic (Usage)Copy Code
Dim lhs As Date
Dim rhs As TimeInterval
Dim value As Date
 
value = TimeIntervalAdvanced.AddTimeInterval(lhs, rhs)
C# 
public static DateTime AddTimeInterval( 
   DateTime lhs,
   TimeInterval rhs
)

Parameters

lhs
The date to add to.
rhs
The TimeInterval to add.

See Also

© 2010 All Rights Reserved.