Search
DateStyle.setFrom Method
See Also
 






Sets the start date of the formatted range.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setFrom (
    DateTime value
)

 Parameters

value

A DateTime object specifying the start of the time interval whose cells' style is defined in this object.

 See Also