DateTime Constructor (Int64, DateTimeKind)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the DateTime structure to a specified number of ticks and to Coordinated Universal Time (UTC) or local time.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Sub New ( _
ticks As Long, _
kind As DateTimeKind _
)
public DateTime(
long ticks,
DateTimeKind kind
)
public:
DateTime(
long long ticks,
DateTimeKind kind
)
new :
ticks:int64 *
kind:DateTimeKind -> DateTime
public function DateTime(
ticks : long,
kind : DateTimeKind
)
Parameters
- ticks
Type: System. . :: . .Int64
A date and time expressed in the number of 100-nanosecond intervals.
- kind
Type: System. . :: . .DateTimeKind
One of the enumeration values that indicates whether ticks specifies a local time, Coordinated Universal Time (UTC), or neither.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.