next business day class

M

Mike Wahler

Is there a class that will return the next business day?

There might be one somewhere, but not that's
part of the standard library. However, it
shouldn't be too difficult to create one.
BTW I don't see any reason you need a class
for this, you just need a function. Also,
the definition of 'business day' will vary
widely among organizations, cultures, etc.
You also need to decide what date representation
to use, e.g. standard type 'time_t' or 'struct tm',
or perhaps some home-made type.

-Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top