java.util.Date
Date
System.DateTime
System.Object
RusticiSoftware.System.DateTimeSupport
DateTimeSupport.parse(${s})
System.String
s
Parse
System.DateTime
RusticiSoftware.System.DateTimeSupport
DateTimeSupport.parse(${s}, ${provider})
System.String
s
System.IFormatProvider
provider
Parse
System.DateTime
RusticiSoftware.System.*
DateTimeSupport.ToString(${this}, ${format})
System.String
format
ToString
System.String
RusticiSoftware.System.DateTimeSupport
DateTimeSupport.ToString(${this}, ${format}, ${provider})
System.String
format
System.IFormatProvider
provider
ToString
System.String
java.text.SimpleDateFormat
(new SimpleDateFormat("MM/dd/yyyy HH:mm:ss a")).format(${this})
ToString
System.String
java.text.SimpleDateFormat
(new SimpleDateFormat("MM/dd/yy")).format(${this})
ToShortDateString
System.String
${t1}.compareTo(${t2})
System.DateTime
t1
System.DateTime
t2
Compare
System.Int32
${this}.compareTo(${value})
System.DateTime
value
CompareTo
System.Int32
RusticiSoftware.System.DateTZ
java.util.TimeZone
(new DateTZ(${this}.getTime(), TimeZone.getTimeZone("UTC")))
ToUniversalTime
System.DateTime
RusticiSoftware.System.DateTimeSupport
java.util.Calendar
DateTimeSupport.add(${this},Calendar.MINUTE,${amount})
System.Int32
amount
AddMinutes
System.DateTime
RusticiSoftware.System.DateTimeSupport
java.util.Calendar
DateTimeSupport.add(${this},Calendar.HOUR,${amount})
System.Int32
amount
AddHours
System.DateTime
RusticiSoftware.System.DateTimeSupport
java.util.Calendar
DateTimeSupport.add(${this},Calendar.MILLISECOND,${amount})
System.Int32
amount
AddMilliseconds
System.DateTime
RusticiSoftware.System.DateTimeSupport
java.util.Calendar
DateTimeSupport.add(${this},Calendar.SECOND,${amount})
System.Int32
amount
AddSeconds
System.DateTime
RusticiSoftware.System.DateTimeSupport
java.util.Calendar
DateTimeSupport.add(${this},Calendar.DAY_OF_YEAR,${amount})
System.Int32
amount
AddDays
System.DateTime
RusticiSoftware.System.DateTimeSupport
java.util.Calendar
DateTimeSupport.add(${this},Calendar.MONTH,${amount})
System.Int32
amount
AddMonths
System.DateTime
RusticiSoftware.System.DateTimeSupport
(new TimeSpan(Math.abs(${this}.getTime() - ${date2}.getTime())))
System.DateTime
date2
Subtract
System.TimeSpan
java.util.Calendar
Calendar.getInstance().getTime()
System.DateTime
Now
Calendar.getInstance().getTime()
${this}.setNow(${value})
java.util.Date
new Date()
System.DateTime
Today
new Date()
${this}.setToday(${value})
java.util.GregorianCalendar
new GregorianCalendar(${year}, ${month}-1, ${day}).getTime()
System.Int32
year
System.Int32
month
System.Int32
day