FormatDate (Nullable<DateTime> value, TimeZoneInfo timezone)
Name | Type |
---|---|
value | System.Nullable<System.DateTime> |
timezone | TimeZoneInfo |
FormatDate (DateTime value, TimeZoneInfo timezone)
Name | Type |
---|---|
value | DateTime |
timezone | TimeZoneInfo |
FormatDate (DateTimeOffset value, TimeZoneInfo timezone)
Name | Type |
---|---|
value | DateTimeOffset |
timezone | TimeZoneInfo |
FormatTimeSpan (TimeSpan value)
Name | Type |
---|---|
value | TimeSpan |
FormatTimeSpan (TimeSpan value, TimespanFormats format)
Name | Type |
---|---|
value | TimeSpan |
format |
Nucleus.ViewFeatures.FormatExtensions.TimespanFormats
Specifies output format. |
FormatTimeSpan (Nullable<TimeSpan> value)
Name | Type |
---|---|
value | System.Nullable<System.TimeSpan> |
FormatTimeSpan (Nullable<TimeSpan> value, TimespanFormats format)
Name | Type |
---|---|
value | System.Nullable<System.TimeSpan> |
format |
Nucleus.ViewFeatures.FormatExtensions.TimespanFormats
Specifies output format. |