Search
DateTime Constructor
See Also
 






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

Namespace: com.mindfusion.common
File: 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