[This is preliminary documentation and is subject to change.]
Auxiliary utility class of static functions for date-time manipulation.

C# | Visual Basic | Visual C++ |
public class AuxUtil
Public Class AuxUtil
public ref class AuxUtil

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | AuxUtil()()() | Initializes a new instance of the AuxUtil class |
![]() | Equals(Object) | (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.) |
![]() ![]() | FromDateString(String, DateTime%) |
Convert from a properly formatted, localized date-time string to a System.DateTime object.
This function will attempt to cycle through various localization cultures and formats, and
once found will continue to use that format as the default.
|
![]() ![]() | GetDateTimeFormat(Boolean, Boolean, Boolean, Int32) |
Get the date time format string to be used by "ToDateString()" for date-time formatting.
|
![]() | GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (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.) |
![]() ![]() | ToDateString(Double) |
Convert ticks (in System.Double) to formatted date-time string.
|
![]() ![]() | ToDateString(Double, Boolean) |
Convert ticks (in System.Double) to formatted date-time string.
|
![]() ![]() | ToDateString(DateTime) |
Convert System.DateTime object to formatted date-time string.
|
![]() ![]() | ToDateString(DateTime, Boolean) |
Convert System.DateTime object to formatted date-time string.
|
![]() ![]() | ToDateString(DateTime, Int32) |
Convert System.DateTime object to formatted date-time string.
|
![]() ![]() | ToDateString(DateTime, Boolean, Boolean, Boolean, Int32) |
Convert System.DateTime object to formatted date-time string.
|
![]() | ToString()()() | (Inherited from Object.) |

Object | |
![]() | AuxUtil |