This is preliminary documentation and is subject to change.

DateTimeValue   Conversion (Int32 to DateTimeValue)

implicit conversion from integer to DateTimeValue

Definition

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

Parameters

value  Int32

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

Return Value

DateTimeValue

See Also