Method | Description | |
---|---|---|
InASecond ( this time, double adjust ) : bool | ||
MonthStart ( this time ) : System.DateTime | ||
ToDisplayString ( this time ) : string | ||
WeekStart ( this time ) : System.DateTime | ||
WeekStart ( this time ) : DateTimeOffset |
public static InASecond ( this time, double adjust ) : bool | ||
time | this | |
adjust | double | |
return | bool |
public static MonthStart ( this time ) : System.DateTime | ||
time | this | |
return | System.DateTime |
public static ToDisplayString ( this time ) : string | ||
time | this | |
return | string |
public static WeekStart ( this time ) : System.DateTime | ||
time | this | |
return | System.DateTime |
public static WeekStart ( this time ) : DateTimeOffset | ||
time | this | |
return | DateTimeOffset |