Search
DateTime.isUtcTime Method
See Also
 






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

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

 Syntax

Java  Copy Code

public boolean isUtcTime ()

 Return Value

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

 See Also