Method | Description | |
---|---|---|
FormatDay ( this instance ) : string | ||
FormatHour ( this instance ) : string | ||
FormatMinute ( this instance ) : string | ||
FormatMonth ( this instance ) : string | ||
FormatSecond ( this instance ) : string | ||
FormatYear ( this instance ) : string | ||
Range ( this instance, System.DateTime other, ActivityTimeframe timeframe ) : IEnumerable |
Method | Description | |
---|---|---|
Format ( int value, string format = "d2" ) : string |
public static FormatDay ( this instance ) : string | ||
instance | this | |
return | string |
public static FormatHour ( this instance ) : string | ||
instance | this | |
return | string |
public static FormatMinute ( this instance ) : string | ||
instance | this | |
return | string |
public static FormatMonth ( this instance ) : string | ||
instance | this | |
return | string |
public static FormatSecond ( this instance ) : string | ||
instance | this | |
return | string |
public static FormatYear ( this instance ) : string | ||
instance | this | |
return | string |
public static Range ( this instance, System.DateTime other, ActivityTimeframe timeframe ) : IEnumerable |
||
instance | this | |
other | System.DateTime | |
timeframe | ActivityTimeframe | |
return | IEnumerable |