点击或拖拽改变大小

MobileClientSetCalendars 方法

设置系统日历事件

命名空间:  Smobiler.Plugins
程序集:  Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.641.16928
语法
public void SetCalendars(
	DateTime start,
	DateTime end,
	string title,
	string description,
	ComponentOnResultHandler handler
)

参数

start
类型:SystemDateTime
起始日期
end
类型:SystemDateTime
结束日期
title
类型:SystemString
标题
description
类型:SystemString
描述
handler
类型:Smobiler.Core.ControlsComponentOnResultHandler
回调
参见