Search
DateTime.toUniversalTime Method
See Also
 






Converts the value of the current DateTime object to Coordinated Universal Time (UTC).

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

 Syntax

Java  Copy Code

public DateTime toUniversalTime ()

 Return Value

A DateTime object representing the UTC equivalent of the current date and time.

 See Also