DateTimeValue Class
The date time value class, which can be a string or an integer, with flags.
Namespace: MoreDateTimeAssembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
public class DateTimeValue
Dim instance As DateTimeValue
public ref class DateTimeValue
No code example is currently available or this language may not be supported.
- Inheritance
- Object DateTimeValue
InsignificantDigits
|
Gets or sets the insignificant digits, the number of digits in the number minus the significant digits.
|
IsApproximate
|
Gets or sets a value indicating whether is approximate.
|
IsExact
|
Gets or sets a value indicating whether is exact.
|
IsLong
|
Gets or sets a value indicating whether is exact.
|
IsNone
|
Gets or sets a value indicating whether is exact.
|
IsRegularYear
|
Gets a value indicating whether the year is between -9999 and 9999.
|
IsUncertain
|
Gets or sets a value indicating whether is uncertain.
|
IsUnknown
|
Gets or sets a value indicating whether is unknown.
|
IsUnspecified
|
Gets or sets a value indicating whether is unspecified.
|
PrefixQualifier
|
Gets or sets a value indicating whether the qualifier should be prefixed (or suffixed if false)
|
QualifierFlags
|
Gets the flags associated with Qualifiers
|
SignificantDigits
|
Gets or sets the significant digits.
|
ToNumberString
|
Formats the integer value as a string with leading zeros according to the significant digits.
|
ToString
|
Returns a string that represents the current object. (Overrides ObjectToString) |
Empty
|
An object representing an empty value.
|