DateTime Constructor (Int64)
Silverlight
Updated: September 2010
Initializes a new instance of the DateTime structure to a specified number of ticks.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Parameters
- ticks
- Type: System::Int64
A date and time expressed in the number of 100-nanosecond intervals that have elapsed since January 1, 0001 at 00:00:00.000 in the Gregorian calendar.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | ticks is less than DateTime::MinValue or greater than DateTime::MaxValue. |
The Kind property is initialized to Unspecified.
For applications in which a limited degree of time zone awareness is important, you can use the corresponding DateTimeOffset constructor.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: