Search
Calendar.snapInResourceView Method
See Also
 






Returns a new date representing the the specified date when snapped according to the current Resource View settings.

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

 Syntax

Java  Copy Code

public DateTime snapInResourceView (
    DateTime date
)

 Parameters

date

The date to snap.

 Return Value

A DateTime object representing the snapped date.

 See Also