Add Method (SelectedDatesCollection)
In This Topic
Syntax
'Declaration
<__DynamicallyInvokableAttribute()>
Public Sub Add( _
ByVal As Date _
)
'Usage
Dim instance As SelectedDatesCollection
Dim item As Date
instance.Add(item)
[__DynamicallyInvokable()]
public void Add(
DateTime
)
Parameters
- item
See Also