DateTimeValuePrefixQualifier Property
Gets or sets a value indicating whether the qualifier should be prefixed (or suffixed if false)
Namespace: MoreDateTimeAssembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
public bool PrefixQualifier { get; set; }
Dim instance As DateTimeValue
Dim value As Boolean
value = instance.PrefixQualifier
instance.PrefixQualifier = value
public:
property bool PrefixQualifier {
bool get ();
void set (bool value);
}
No code example is currently available or this language may not be supported.
Property Value
Boolean