FBBlock_1
Defines a free/busy block of data. This is an item on a calendar represented by an appointment or meeting request.
Quick Info
typedef struct tagFBBlock_1
{
long m_tmStart;
long m_tmEnd;
FBStatus m_fbstatus;
}FBBlock_1;
Members
- m_tmStart
The start time for the block, expressed in relative time. For more information, see How to: Use Relative Time to Access Free/Busy Data.
- m_tmEnd
The end time for the block, expressed in relative time.
- m_fbStatus
The 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
How to: Use Relative Time to Access Free/Busy Data