Building a Schedule with XLINQ

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Don

    Building a Schedule with XLINQ


    I am attempting to build a Schedule with the help of XLINQ in VB using
    VSTS 2008 RTM. I have a collection of activities described in XML that
    have startTime and endTime of type Date (only time of day, eg.
    #07:30:00 AM# ).


    Is there any way in XLINQ to Select from the list of possible
    activities, ones that do not overlap activities from a list that have
    already been selected? I wish to show possible activities that do not
    overlap ones that have already been selected.


    Does XLINQ have any functions that work with time durations?


    I believe that sorting activities based upon time periods and
    scheduling is a basic function in dealing with Human activities. What
    functionality does XLINQ have in this area?


    Is XLINQ lacking some functionality to manipulate and compare dates,
    time spans, etc., within Queries?

Working...