FBBlock_1

FBBlock_1

Quick Info

Defines a free/busy block of data. This is an item on a calendar represented by an appointment or meeting request.

  typedef struct  tagFBBlock_1
    {
    long m_tmStart;
    long m_tmEnd;
    FBStatus m_fbstatus;
    }	FBBlock_1;

Members

m_tmStart

Start time for the block, expressed in relative time.

m_tmEnd

End time for the block, expressed in relative time.

m_fbStatus

Free/busy status for this block, indicating whether the user is out-of-office, busy, tentative, or free, during the time period between m_tmStart and m_tmEnd.

See Also

FBStatus

IEnumFBBlock::Next

Use Relative Time to Access Free/Busy Data