C# Class CallFire_csharp_sdk.Common.DataManagement.CfBroadcastSchedule

Mostrar archivo Open project: CallFire/CallFire-CSharp-SDK Class Usage Examples

Public Methods

Method Description
CfBroadcastSchedule ( ) : System
CfBroadcastSchedule ( long identifier, System.DateTime startTimeOfDay, System.DateTime stopTimeOfDay, string timeZone, System.DateTime beginDate, System.DateTime endDate, CfDaysOfWeek daysOfWeek ) : System

Method Details

CfBroadcastSchedule() public method

public CfBroadcastSchedule ( ) : System
return System

CfBroadcastSchedule() public method

public CfBroadcastSchedule ( long identifier, System.DateTime startTimeOfDay, System.DateTime stopTimeOfDay, string timeZone, System.DateTime beginDate, System.DateTime endDate, CfDaysOfWeek daysOfWeek ) : System
identifier long
startTimeOfDay System.DateTime
stopTimeOfDay System.DateTime
timeZone string
beginDate System.DateTime
endDate System.DateTime
daysOfWeek CfDaysOfWeek
return System