This is preliminary documentation and is subject to change.

DateTimeValue   Conversion (DateTimeValue to String)

Implicit conversion from DateTimeValue to string

Definition

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

Parameters

dtv  DateTimeValue

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

Return Value

String

See Also