Share via


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

  • 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

See Also

Reference

DateTime Structure

DateTime Overload

System Namespace