Version

SelectTimeSlot Method (DayViewRecordReplayServer)

Selects a time slot in the control
Syntax
'Declaration
 
Public Sub SelectTimeSlot( _
   ByVal OwnerName As System.String, _
   ByVal Time As System.String _
) 
public void SelectTimeSlot( 
   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