[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Represents the partial components of DateTime. [Property] DateTime=Sets the DateTime manager. ARG(DateTime)|20|(empty)|DateTime [Methods] *Date=Returns a new DateTime with the same date as specified, and the time value set to 12:00:00 midnight (00:00:00). ARG(DateTime)|3|0 *Day=Returns the day component, expressed as a value between 1 and 31. ARG(int)|3|1 *DayOfWeek=Returns an enumerated constant that indicates the day of the week of specified DateTime value. ARG(DayOfWeek)|3|0 *DayOfYear=Returns the day of the year, expressed as a value between 1 and 366. ARG(int)|3|1 *Hour=Returns the hour component, expressed as a value between 0 and 23. ARG(int)|3|1 *Kind=Returns one of the enumeration values that indicates what the current time represents. ARG(DateTimeKind)|3|0 *Millisecond=Returns the milliseconds component, expressed as a value between 0 and 999. ARG(int)|3|1 *Minute=Returns the minute component, expressed as a value between 0 and 59. ARG(int)|3|1 *Month=Returns the month component, expressed as a value between 1 and 12. ARG(int)|3|1 *Second=Returns the seconds component, expressed as a value between 0 and 59. ARG(int)|3|1 *Ticks=Returns the number of ticks that represent the specified DateTime value. ARG(long)|3|105 *TimeOfDay=Returns a time interval that represents the fraction of the day that has elapsed since midnight. ARG(TimeSpan)|3|0 *Year=Returns the year, between 1 and 9999. ARG(int)|3|1 DateTime=Defines the DateTime to operate. ARG(DateTime)|4|0