#ScheduleData
##Properties
None.
##Methods
###CreateTimezoneCollection(Izenda.AdHoc.ReportSet,System.Int32) Builds a list of time zones using the specified parameters.
Parameters:
- Izenda.AdHoc.ReportSet reportSet - The Izenda.AdHoc.ReportSet that contains the schedule.
- System.Int32 clientTimezoneUtcMinutesOffset - The offset between the client and server time in minutes.
Returns:
The System.Web.UI.WebControls.ListItemCollection of time zones that will be sent back to the client.
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###Initialize(Izenda.AdHoc.ReportSet,System.Int32) Initializes a new instance of hte class with the specified parameters.
Parameters:
- Izenda.AdHoc.ReportSet reportSet - The Izenda.AdHoc.ReportSet that has scheduling information to get.
- System.Int32 clientTimezoneOffset - The offset between the server time and client time in minutes.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
