DateTimeValueIsUncertain Property
Gets or sets a value indicating whether is uncertain.
Namespace: MoreDateTimeAssembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
public bool IsUncertain { get; set; }
Dim instance As DateTimeValue
Dim value As Boolean
value = instance.IsUncertain
instance.IsUncertain = value
public:
property bool IsUncertain {
bool get ();
void set (bool value);
}
No code example is currently available or this language may not be supported.
Property Value
Boolean