Performs convert to DateTimeOffset

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

Public Shared Function ToDateTimeOffset( _ 
ByVal value As Object, _ 
ByVal kind As DateTimeKind
) As DateTimeOffset
This language is not supported or no code example is available.
public static DateTimeOffset ToDateTimeOffset( 
object value
DateTimeKind kind 
)
This language is not supported or no code example is available.

Parameters

value
Type: object

Value to convert

kind
Type: DateTimeKind

Kind of value

Return Value

Type: DateTimeOffset

Converted value

.NET Framework

Supported in: 4.6.2, 4.7