This is preliminary documentation and is subject to change.

DateTimeValue   Conversion (String to DateTimeValue)

Explicit conversion from string to DateTimeValue

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public static explicit operator DateTimeValue (
	string value
)

Parameters

value  String

[Missing <param name="value"/> documentation for "M:MoreDateTime.DateTimeValue.op_Explicit(System.String)~MoreDateTime.DateTimeValue"]

Return Value

DateTimeValue

See Also