The DateTools type exposes the following members.
Methods
Name | Description | |
---|---|---|
DateToString | Converts a Date to a string suitable for indexing.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Round(DateTime, DateTools..::..Resolution) | Limit a date's resolution. For example, the date CopyC# 2004-09-21 13:50:11 CopyC# 2004-09-01 00:00:00 CopyC# Resolution.MONTH | |
Round(Int64, DateTools..::..Resolution) | Limit a date's resolution. For example, the date CopyC# 1095767411000 CopyC# 1093989600000 CopyC# Resolution.MONTH | |
StringToDate | Converts a string produced by CopyC# timeToString CopyC# DateToString | |
StringToTime | Converts a string produced by CopyC# timeToString CopyC# DateToString | |
TimeToString | Converts a millisecond time to a string suitable for indexing.
| |
ToString | (Inherited from Object.) |