Click or drag to resize
IUserAccessiableAddCalendarEntry Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void AddCalendarEntry(
	DVar inStartTime,
	DVar inEndTime,
	string inTitle,
	string inDescription
)

Parameters

inStartTime
Type: SurveyToGo.UserLogic.InterfacesDVar
inEndTime
Type: SurveyToGo.UserLogic.InterfacesDVar
inTitle
Type: SystemString
inDescription
Type: SystemString
See Also