SelectedDatesCollection.AddRange(DateTime, DateTime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds all the dates in the specified range, which includes the first and last dates, to the collection.
public:
void AddRange(DateTime start, DateTime end);
public void AddRange (DateTime start, DateTime end);
member this.AddRange : DateTime * DateTime -> unit
Public Sub AddRange (start As DateTime, end As DateTime)
Parameters
- start
- DateTime
The first date to add to the collection.
- end
- DateTime
The last date to add to the collection.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.