Lines Matching refs:range
33 /** represents a range of date+time values.
37 /** contains the start hundredth seconds (0-99) for the range.
42 /** contains the start seconds (0-59) for the range.
47 /** contains the start minutes (0-59) for the range.
52 /** contains the start hour (0-23) for the range.
57 /** contains the start day of month (1-31 or 0 for a void date) for the range.
62 /** contains the start month of year (1-12 or 0 for a void date) for the range.
67 /** contains the start year for the range.
72 /** contains the end hundredth seconds (0-99) for the range.
77 /** contains the end seconds (0-59) for the range.
82 /** contains the end minutes (0-59) for the range.
87 /** contains the end hour (0-23) for the range.
92 /** contains the end day of month (1-31 or 0 for a void date) for the range.
97 /** contains the end month of year (1-12 or 0 for a void date) for the range.
102 /** contains the end year for the range.