Method | Description | |
---|---|---|
DateIs ( System.DateTime time ) : void | ||
DateIs ( int year, int month = 1, int day = 1 ) : void | ||
Reset ( ) : void |
Method | Description | |
---|---|---|
GetUtc ( ) : System.DateTime |
public static DateIs ( System.DateTime time ) : void | ||
time | System.DateTime | |
return | void |
public static DateIs ( int year, int month = 1, int day = 1 ) : void | ||
year | int | |
month | int | |
day | int | |
return | void |