Search
DateTime Constructor (long)
See Also
 

Initializes a new instance of the DateTime class with the specified number of ticks.

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

 Syntax

Java  Copy Code

public DateTime (
    long ticks
)

 Parameters

ticks

A date and time expressed in number of 100-nanosecond intervals.

 See Also