Search
ResourceViewSettings.setResourceLengthMethod Method
See Also
 






Sets the method used to calculate the length of the resources.

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

 Syntax

Java  Copy Code

public void setResourceLengthMethod (
    ResourceLengthMethod value
)

 Parameters

value

One of the ResourceLengthMethod constants. Set to null to use the corresponding value from the current theme.

 See Also