Search
DateTime.utcNow Method
See Also
 






Gets a DateTime object that is set to the current date and time on this computer, expressed as the Coordinated Universal Time (UTC).

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

 Syntax

Java  Copy Code

public static DateTime utcNow ()

 Return Value

A DateTime whose value is the current UTC date and time.

 See Also