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