Indicates whether the StartTime property should be serialized by Visual Studio designer.

Namespace:  BeeMobile.MonthCalendar
Assembly:  BeeMobile.MonthCalendar.CF35 (in BeeMobile.MonthCalendar.CF35.dll) Version: 3.5.0.1

Syntax

C#
protected virtual bool ShouldSerializeStartTime()
Visual Basic (Declaration)
Protected Overridable Function ShouldSerializeStartTime As Boolean
Visual C++
protected:
virtual bool ShouldSerializeStartTime()

Return Value

True if the property has changed from its default; false otherwise.

See Also