[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=DateTime Info=Represents an instant in time, typically expressed as a date and time of day. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the DateTime class. ARG(enum)|14|0|Constructor,Constructor2,Constructor3,Constructor4,Constructor5,Constructor6,Constructor7,Constructor8,Constructor9,Constructor10,Constructor11 StandardFormat=Sets the standard date and time format strings|4|0|None,General,GeneralShort,ShortDate,LongDate,FullDateShortTime,FullDateTime,MonthDay,Round-trip,RFC1123,Sortable,ShortTime,LongTime,UniversalSortable,FullUniversal,YearMonth Format=Sets a standard date and time format string. For example: "MMM dd yyyy HH:mm:ss". ARG(string)|2| Year=Sets the year (1 through 9999). ARG(int)|1|0 Month=Sets the month (1 through 12). ARG(int)|1|0 Day=Sets the day (1 through the number of days in month). ARG(int)|1|0 Hour=Sets the hours (0 through 23). ARG(int)|1|0 Minute=Stes the minutes (0 through 59). ARG(int)|1|0 Second=Sets the seconds (0 through 59). ARG(int)|1|0 Millisecond=Sets the milliseconds (0 through 999). ARG(int)|1|0 Ticks=Sets a date and time expressed in the number of 100-nanosecond intervals that have elapsed since January 1, 0001 at 00:00:00.000 in the Gregorian calendar. ARG(long)|2|0 [Methods] doDateTime=Sets the DateTime. ARG(DateTime value)|1|0 *doConstructor=Initializes a new instance of the DateTime structure to a specified number of ticks. ARG(long ticks)|1|0 *doConstructor2=Initializes a new instance of the DateTime structure to a specified number of ticks and to Coordinated Universal Time or local time. ARG(long ticks, DateTimeKind kind)|1|0 *doConstructor3=Initializes a new instance of the DateTime structure to the specified year, month, and day. ARG(int year, int month, int day)|1|0 *doConstructor4=Initializes a new instance of the DateTime structure to the specified year, month, and day for the specified calendar. ARG(int year, int month, int day, Calendar calendar)|1|0 *doConstructor5=Initializes a new instance of the DateTime structure to the specified year, month, day, hour, minute, and second. ARG(int year, int month, int day, int hour, int minute, int second)|1|0 *doConstructor6=Initializes a new instance of the DateTime structure to the specified year, month, day, hour, minute, second, and Coordinated Universal Time or local time. ARG(int year, int month, int day, int hour, int minute, int second, DateTimeKind kind)|1|0 *doConstructor7=Initializes a new instance of the DateTime structure to the specified year, month, day, hour, minute, and second for the specified calendar. ARG(int year, int month, int day, int hour, int minute, int second, Calendar calendar)|1|0 *doConstructor8=Initializes a new instance of the DateTime structure to the specified year, month, day, hour, minute, second, and millisecond. ARG(int year, int month, int day, int hour, int minute, int second, int millisecond)|1|0 *doConstructor9=Initializes a new instance of the DateTime structure to the specified year, month, day, hour, minute, second, millisecond, and Coordinated Universal Time or local time. ARG(int year, int month, int day, int hour, int minute, int second, int millisecond, DateTimeKind kind)|1|0 *doConstructor10=Initializes a new instance of the DateTime structure to the specified year, month, day, hour, minute, second, and millisecond for the specified calendar. ARG(int year, int month, int day, int hour, int minute, int second, int millisecond, Calendar calendar)|1|0 *doConstructor11=Initializes a new instance of the DateTime structure to the specified year, month, day, hour, minute, second, millisecond, and Coordinated Universal Time or local time for the specified calendar. ARG(int year, int month, int day, int hour, int minute, int second, int millisecond, Calendar calendar, DateTimeKind kind)|1|0 *doToString=Converts the value of the current DateTime object to its equivalent string representation using the specified culture-specific format information. ARG(IFormatProvider provider)|1|0 *doToString2=Converts the value of the current DateTime object to its equivalent string representation using the specified format. ARG(string format)|1|0 *doToString3=Converts the value of the current DateTime object to its equivalent string representation using the specified format and culture-specific format information. ARG(string format, IFormatProvider provider)|1|0 *onToString=Occurs after invoke the method doToString and returns the result. ARG(string)|2|2 *Date=Returns the date component of this instance. ARG(DateTime)|3|0 *.Day=Returns the day of the month represented by this instance. ARG(int)|3|1 *DayOfWeek=Returns the day of the week represented by this instance. ARG(DayOfWeek)|3|0 *DayOfYear=Returns the day of the year represented by this instance. ARG(int)|3|1 *GetDateTimeFormats=Converts the value of this instance to all the string representations supported by the standard date and time format specifiers. ARG(string[])|3|13 *GetHashCode=Returns the hash code for this instance. ARG(int)|3|1 *GetTypeCode=Returns the TypeCode for value type DateTime. ARG(TypeCode)|3|0 *.Hour=Returns the hour component of the date represented by this instance. ARG(int)|3|1 *IsDaylightSavingTime=Indicates whether this instance of DateTime is within the daylight saving time range for the current time zone. ARG(bool)|3|104 *.Kind=Returns a value that indicates whether the time represented by this instance is based on local time, Coordinated Universal Time, or neither. ARG(DateTimeKind)|3|0 *MaxValue=Represents the largest possible value of DateTime. This field is read-only. ARG(DateTime)|3|0 *.Millisecond=Returns the milliseconds component of the date represented by this instance. ARG(int)|3|1 *.Minute=Returns the minute component of the date represented by this instance. ARG(int)|3|1 *MinValue=Represents the smallest possible value of DateTime. This field is read-only. ARG(DateTime)|3|0 *.Month=Returns the month component of the date represented by this instance. ARG(int)|3|1 *Now=Returns a DateTime object that is set to the current date and time on this computer, expressed as the local time. ARG(DateTime)|3|0 *.Second=Returns the seconds component of the date represented by this instance. ARG(int)|3|1 *.Ticks=Returns the number of ticks that represent the date and time of this instance. ARG(long)|3|105 *TimeOfDay=Returns the time of day for this instance. ARG(TimeSpan)|3|0 *ToBinary=Serializes the current DateTime object to a 64-bit binary value that subsequently can be used to recreate the DateTime object. ARG(long)|3|105 *Today=Returns the current date. ARG(DateTime)|3|0 *ToFileTime=Converts the value of the current DateTime object to a Windows file time. ARG(long)|3|105 *ToFileTimeUtc=Converts the value of the current DateTime object to a Windows file time. ARG(long)|3|105 *ToLocalTime=Converts the value of the current DateTime object to local time. ARG(DateTime)|3|0 *ToLongDateString=Converts the value of the current DateTime object to its equivalent long date string representation. ARG(string)|3|2 *ToLongTimeString=Converts the value of the current DateTime object to its equivalent long time string representation. ARG(string)|3|2 *ToOADate=Converts the value of this instance to the equivalent OLE Automation date. ARG(double)|3|7 *ToShortDateString=Converts the value of the current DateTime object to its equivalent short date string representation. ARG(string)|3|2 *ToShortTimeString=Converts the value of the current DateTime object to its equivalent short time string representation. ARG(string)|3|2 *ToString=Converts the value of the current DateTime object to its equivalent string representation. ARG(string)|3|2 *ToUniversalTime=Converts the value of the current DateTime object to Coordinated Universal Time . ARG(DateTime)|3|0 *UtcNow=Returns a DateTime object that is set to the current date and time on this computer, expressed as the Coordinated Universal Time . ARG(DateTime)|3|0 *Year=Returns the year component of the date represented by this instance. ARG(int)|3|1 DateTime=Returns the DateTime structure. ARG(DateTime)|3|0 *calendar=Defines the calendar that is used to interpret year, month, and day. ARG(Calendar)|4|0 *day=Defines the day (1 through the number of days in month). ARG(int)|4|1 *format=Defines a standard date and time format string. ARG(char)|4|106 *hour=Defines the hours (0 through 23). ARG(int)|4|1 *kind=Defines one of the enumeration values that indicates whether ticks specifies a local time, Coordinated Universal Time (UTC), or neither. ARG(DateTimeKind)|4|0 *millisecond=Defines the milliseconds (0 through 999). ARG(int)|4|1 *minute=Defines the minutes (0 through 59). ARG(int)|4|1 *month=Defines the month (1 through 12). ARG(int)|4|1 *second=Defines the seconds (0 through 59). ARG(int)|4|1 Ticks=Defines a date and time expressed in the number of 100-nanosecond intervals that have elapsed since January 1, 0001 at 00:00:00.000 in the Gregorian calendar. ARG(long)|4|105 *provider=Defines an object that supplies culture-specific formatting information about this instance. ARG(IFormatProvider)|4|0 *year=Defines the year (1 through 9999). ARG(int)|4|1 Value=Defines the DateTime to set. ARG(DateTime)|4|0