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