[ROOT] / doc / toc / ARCCore / Class / IKDate / __TOCDet
Key | Value |
---|---|
Assembly | ARCCore |
DocFragType | Class |
Name | IKDate |
Namespace | ARCCore |
Type | IKDate |
ClassAttribute
Key | Value |
---|---|
AssemblyName | ARCCore |
ClassNamespace | ARCCore |
ClassType | IKDate |
Interfaces | IK; -IEquatable<IK>-; ITypeDescriber |
InterfacesDirectlyImplemented | IK; -IEquatable<IK>-; ITypeDescriber |
A more memory efficient alternative to IKString (together with IKLong).
Limited to whole days, string representation has format "yyyy-MM-dd" (see ValidDateTimeFormats).
Note: Not recognized by TryParse or TryParseDtr.
See IKString for documentation.
Note that in contrast to IKString, this class does not offer any cache.
Use cached IKString instead (FromCache) for values that you know are limited in range.
Generated 2025-05-23 21:00:47.432 UTC