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: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateTime SnapInResourceView (
    DateTime date
)

Visual Basic  Copy Code

Public Function SnapInResourceView( _
    date As DateTime _
) As DateTime

 Parameters

date

The date to snap.

 Return Value

A DateTime object representing the snapped date.

 See Also