Uses of Class
au.gov.tas.dpiwe.mr.util.DatePart

Packages that use DatePart
au.gov.tas.dpiwe.mr.server.database The au.gov.tas.dpiwe.server.database package contains classes and interfaces to support the ServerContainer's connection to and interaction with relational data sources. 
au.gov.tas.dpiwe.mr.util The au.gov.tas.dpiwe.mr.util package contains generally useful utility classes which, while being used to help code internal functions of the architecture, could be more widely applicable. 
 

Uses of DatePart in au.gov.tas.dpiwe.mr.server.database
 

Methods in au.gov.tas.dpiwe.mr.server.database with parameters of type DatePart
 String MrOracleDatabase.formDateExpression(DatePart date)
           
 String MrIBMDatabase.formDateExpression(DatePart date)
           
abstract  String MrDatabase.formDateExpression(DatePart date)
          Forms a date expression suitable for this database type.
 

Uses of DatePart in au.gov.tas.dpiwe.mr.util
 

Subclasses of DatePart in au.gov.tas.dpiwe.mr.util
 class DateRange
          This is a DateRange, where only the day of month, month and year are significant.