Version

AddSelectTimeSlot Method (DayViewRecordReplayServer)

Selects the time slot in addition to the currently selected time slots
Syntax
'Declaration
 
Public Sub AddSelectTimeSlot( _
   ByVal OwnerName As System.String, _
   ByVal Time As System.String _
) 
public void AddSelectTimeSlot( 
   System.string OwnerName,
   System.string Time
)

Parameters

OwnerName
The name of the owner that the time slot is selected for
Time
The time contained in the time slot, passed as a string
Remarks

OwnerName can be set to "[Unassigned]" or "" if appointment grouping is not being used

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also