Method | Description | |
---|---|---|
Add ( DRTimeComponent component, int value ) : void |
Adds a time component to the total
|
|
DivineRightDateTime ( |
Creates a new DateTime having the same time as the passed one
|
|
DivineRightDateTime ( int year, int month, int day ) : System |
Creates a new DRDateTime representing a particular year.
|
|
DivineRightDateTime ( int year, int month, int day, int hour, int minute, int seconds ) : System | ||
DivineRightDateTime ( long time ) : System | ||
GetDateString ( ) : string |
Expresses the Date in [Dayth of Month, year]
|
|
GetMonthName ( ) : string |
Returns the name of the current month
|
|
GetTimeComponent ( DRTimeComponent component ) : int |
Gets some part of the time component based on the multiplier
|
|
SetTimeComponent ( DRTimeComponent component, int value ) : void |
Sets a particular Time Component to a particular value. If the value is 'too large' it will trickle over
|
|
Subtract ( DRTimeComponent component, int value ) : void | ||
operator ( ) : |
public Add ( DRTimeComponent component, int value ) : void | ||
component | DRTimeComponent | |
value | int | |
return | void |
public DivineRightDateTime ( |
||
oldTime | ||
return | System |
public DivineRightDateTime ( int year, int month, int day ) : System | ||
year | int | |
month | int | |
day | int | |
return | System |
public DivineRightDateTime ( int year, int month, int day, int hour, int minute, int seconds ) : System | ||
year | int | |
month | int | |
day | int | |
hour | int | |
minute | int | |
seconds | int | |
return | System |
public DivineRightDateTime ( long time ) : System | ||
time | long | |
return | System |
public GetTimeComponent ( DRTimeComponent component ) : int | ||
component | DRTimeComponent | |
return | int |
public SetTimeComponent ( DRTimeComponent component, int value ) : void | ||
component | DRTimeComponent | |
value | int | |
return | void |
public Subtract ( DRTimeComponent component, int value ) : void | ||
component | DRTimeComponent | |
value | int | |
return | void |
public static operator ( ) : |
||
return |