Search
DateTime.isLocalTime Method
See Also
 






Gets a value indicating whether the time represented by this instance is a local time.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public boolean isLocalTime ()

 Return Value

true if the current time represents a local time; otherwise, false.

 See Also