Méthode | Description | |
---|---|---|
GetCalendarPeriod ( string start, string end, System.TimeSpan duration ) : string | ||
GetCalendarPeriod ( string context, string start, string end, System.TimeSpan duration ) : string | ||
GetCalendarPeriod ( string startContext, string endContext, string start, string end, System.TimeSpan duration ) : string | ||
GetCollection ( int count ) : string | ||
GetCollectionPeriod ( int count, System.DateTime start, System.DateTime end, System.TimeSpan duration ) : string | ||
GetDateTime ( System.DateTime dateTime ) : string | ||
GetDuration ( System.TimeSpan timeSpan ) : string | ||
GetDuration ( System.TimeSpan timeSpan, DurationFormatType durationFormatType ) : string | ||
GetDuration ( int years, int months, int days, int hours, int minutes, int seconds ) : string | ||
GetInterval ( System.DateTime start, System.DateTime end, IntervalEdge startEdge, IntervalEdge endEdge, System.TimeSpan duration ) : string | ||
GetLongTime ( System.DateTime dateTime ) : string | ||
GetPeriod ( System.DateTime start, System.DateTime end ) : string | ||
GetPeriod ( System.DateTime start, System.DateTime end, System.TimeSpan duration ) : string | ||
GetShortDate ( System.DateTime dateTime ) : string | ||
GetShortTime ( System.DateTime dateTime ) : string | ||
TimeFormatter ( ) : System | ||
TimeFormatter ( |
public GetCalendarPeriod ( string start, string end, System.TimeSpan duration ) : string | ||
start | string | |
end | string | |
duration | System.TimeSpan | |
Résultat | string |
public GetCalendarPeriod ( string context, string start, string end, System.TimeSpan duration ) : string | ||
context | string | |
start | string | |
end | string | |
duration | System.TimeSpan | |
Résultat | string |
public GetCalendarPeriod ( string startContext, string endContext, string start, string end, System.TimeSpan duration ) : string | ||
startContext | string | |
endContext | string | |
start | string | |
end | string | |
duration | System.TimeSpan | |
Résultat | string |
public GetCollection ( int count ) : string | ||
count | int | |
Résultat | string |
public GetCollectionPeriod ( int count, System.DateTime start, System.DateTime end, System.TimeSpan duration ) : string | ||
count | int | |
start | System.DateTime | |
end | System.DateTime | |
duration | System.TimeSpan | |
Résultat | string |
public GetDateTime ( System.DateTime dateTime ) : string | ||
dateTime | System.DateTime | |
Résultat | string |
public GetDuration ( System.TimeSpan timeSpan ) : string | ||
timeSpan | System.TimeSpan | |
Résultat | string |
public GetDuration ( System.TimeSpan timeSpan, DurationFormatType durationFormatType ) : string | ||
timeSpan | System.TimeSpan | |
durationFormatType | DurationFormatType | |
Résultat | string |
public GetDuration ( int years, int months, int days, int hours, int minutes, int seconds ) : string | ||
years | int | |
months | int | |
days | int | |
hours | int | |
minutes | int | |
seconds | int | |
Résultat | string |
public GetInterval ( System.DateTime start, System.DateTime end, IntervalEdge startEdge, IntervalEdge endEdge, System.TimeSpan duration ) : string | ||
start | System.DateTime | |
end | System.DateTime | |
startEdge | IntervalEdge | |
endEdge | IntervalEdge | |
duration | System.TimeSpan | |
Résultat | string |
public GetLongTime ( System.DateTime dateTime ) : string | ||
dateTime | System.DateTime | |
Résultat | string |
public GetPeriod ( System.DateTime start, System.DateTime end ) : string | ||
start | System.DateTime | |
end | System.DateTime | |
Résultat | string |
public GetPeriod ( System.DateTime start, System.DateTime end, System.TimeSpan duration ) : string | ||
start | System.DateTime | |
end | System.DateTime | |
duration | System.TimeSpan | |
Résultat | string |
public GetShortDate ( System.DateTime dateTime ) : string | ||
dateTime | System.DateTime | |
Résultat | string |
public GetShortTime ( System.DateTime dateTime ) : string | ||
dateTime | System.DateTime | |
Résultat | string |
public TimeFormatter ( |
||
culture | ||
contextSeparator | string | |
startEndSeparator | string | |
durationSeparator | string | |
dateTimeFormat | string | |
shortDateFormat | string | |
longTimeFormat | string | |
shortTimeFormat | string | |
durationType | DurationFormatType | |
useDurationSeconds | bool | |
useIsoIntervalNotation | bool | |
Résultat | System |