ScheduleInterval.GetWeekBitmapFromIntervals method
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Shared Function GetWeekBitmapFromIntervals ( _
intervals As ScheduleInterval() _
) As Byte()
'Usage
Dim intervals As ScheduleInterval()
Dim returnValue As Byte()
returnValue = ScheduleInterval.GetWeekBitmapFromIntervals(intervals)
public static byte[] GetWeekBitmapFromIntervals(
ScheduleInterval[] intervals
)
Parameters
- intervals
Type: []
Return value
Type: []