Scheduler for WinRT
Appointment Constructor(DateTime,TimeSpan)


The System.DateTime value which specifies the start date and time of the appointment.
The System.TimeSpan value which specifies the duration of the appointment.
Initializes a new instance of the Appointment class with the specified parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Date, _
   ByVal duration As TimeSpan _
)
'Usage
 
Dim start As Date
Dim duration As TimeSpan
 
Dim instance As New Appointment(start, duration)
public Appointment( 
   DateTime start,
   TimeSpan duration
)

Parameters

start
The System.DateTime value which specifies the start date and time of the appointment.
duration
The System.TimeSpan value which specifies the duration of the appointment.
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

Reference

Appointment Class
Appointment Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.