C1.Silverlight.Schedule.5
DateTimeInfo Constructor

The base System.DateTime value.
The CalendarHelper object holding the calendar specific information.
Initializes the new instance of the DateTimeInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal baseDateTime As System.Date, _
   ByVal helper As CalendarHelper _
)
public DateTimeInfo( 
   System.DateTime baseDateTime,
   CalendarHelper helper
)

Parameters

baseDateTime
The base System.DateTime value.
helper
The CalendarHelper object holding the calendar specific information.
See Also

Reference

DateTimeInfo Class
DateTimeInfo Members

 

 


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