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 ![]() 2004-09-21 13:50:11 ![]() 2004-09-01 00:00:00 ![]() Resolution.MONTH |
![]() ![]() | Round(Int64, DateTools..::..Resolution) | Limit a date's resolution. For example, the date ![]() 1095767411000 ![]() 1093989600000 ![]() Resolution.MONTH |
![]() ![]() | StringToDate | Converts a string produced by ![]() timeToString ![]() DateToString |
![]() ![]() | StringToTime | Converts a string produced by ![]() timeToString ![]() DateToString |
![]() ![]() | TimeToString | Converts a millisecond time to a string suitable for indexing.
|
![]() | ToString | (Inherited from Object.) |