Search
Calendar.setCurrentTime Method
See Also
 






Sets the current time.

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

 Syntax

Java  Copy Code

public void setCurrentTime (
    DateTime value
)

 Parameters

value

A DateTime object representing the time to use as current.

 Remarks

When this property is set to null, the actual system time is returned.

 See Also