public DateTimeRange Extend(
TimeSpan timeSpan,
RangeDirection direction
)
Dim instance As DateTimeRange
Dim timeSpan As TimeSpan
Dim direction As RangeDirection
Dim returnValue As DateTimeRange
returnValue = instance.Extend(timeSpan,
direction)
public:
virtual DateTimeRange^ Extend(
TimeSpan timeSpan,
RangeDirection direction
) sealed
No code example is currently available or this language may not be supported.