Inner Drive Extensible Architecture
C#
Show/Hide TOC
Date
Time
Extensions
To
Unspecified
Kind Method
Returns a
DateTime
as
Unspecified
regardless of the
Kind
value of the structure.
Definition
Namespace:
InnerDrive.Core
Assembly:
InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
Copy
public
static
DateTime
ToUnspecifiedKind
(
this
DateTime
dateTime
)
Parameters
dateTime
DateTime
This
DateTime
.
Return Value
DateTime
A
DateTime
with the same value as
dateTime
whose
Kind
is
Unspecified
.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
DateTime
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
DateTimeExtensions Class
InnerDrive.Core Namespace
In This Article
Definition
Parameters
Return Value
Usage Note
See Also