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