Visual Signal ExternalBase Class Library Documentation
AuxUtil Class
VisualSignalVSignal.ExternalBaseAuxUtil
API version 1.2.2.0

[This is preliminary documentation and is subject to change.]

Auxiliary utility class of static functions for date-time manipulation.
Declaration Syntax
C#Visual BasicVisual C++
public class AuxUtil
Public Class AuxUtil
public ref class AuxUtil
Members
All MembersConstructorsMethods



IconMemberDescription
AuxUtil()()()
Initializes a new instance of the AuxUtil class

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
AuxUtil

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)