示例#1
0
 /// <summary>
 /// Asserts that a date's hour, minutes, and seconds are equal to another date's.
 /// </summary>
 public void timesAreEqual(Y_.DataType_.Date expected, Y_.DataType_.Date actual, object message)
 {
 }
示例#2
0
 /// <summary>
 /// A utility method that normalizes a given date by converting it to the 1st
 /// day of the month the date is in, with the time set to noon.
 /// </summary>
 protected Y_.DataType_.Date _normalizeDate(Y_.DataType_.Date oDate)
 {
     return(null);
 }
示例#3
0
 /// <summary>
 /// A utility method that returns all dates selected in a specific month.
 /// </summary>
 protected Y_.Array _getSelectedDatesInMonth(Y_.DataType_.Date oDate)
 {
     return(null);
 }
示例#4
0
 /// <summary>
 /// A utility method that converts a date to the node wrapping the calendar cell
 /// the date corresponds to..
 /// </summary>
 protected Node _dateToNode(Y_.DataType_.Date oDate)
 {
     return(null);
 }
示例#5
0
 /// <summary>
 /// Highlights a specific date node with keyboard highlight class
 /// </summary>
 protected void _highlightDateNode(Y_.DataType_.Date oDate)
 {
 }
示例#6
0
 /// <summary>
 /// Serializes a Date instance as a UTC date string.  Used internally by
 /// stringify.  Override this method if you need Dates serialized in a
 /// different format.
 /// </summary>
 public object dateToString(Y_.DataType_.Date d)
 {
     return(null);
 }