This is preliminary documentation and is subject to change.

DateTimeValue(Int32, DateTimeValueValueFlags) Constructor

Initializes a new instance of the DateTimeValue class.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public DateTimeValue(
	int value,
	DateTimeValueValueFlags flags = DateTimeValueValueFlags.Exact
)

Parameters

value  Int32
The value.
flags  DateTimeValueValueFlags  (Optional)
The flags.

See Also