Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}[NumberFormat|NumberFormat] values for Time data types{excerpt}
{signature:C#}
 public sealed class TimeFormat
{signature}{signature:vb.net}
Public NotInheritable Class TimeFormat
{signature}
{values}
||Name||Description||
|{anchor:ElapsedTimeInHours}ElapsedTimeInHours|\[h\]:mm:ss;\@ \(For example, 846312:00:00. For elapsed time Microsoft uses the start date of January 1, 1900.\)|
|{anchor:ElapsedTimeInMinutes}ElapsedTimeInMinutes|\[mm\]:ss;\@ \(For example, 50778720:00. For elapsed time Microsoft uses the start date of January 1, 1900.\)|
|{anchor:ElapsedTimeInSeconds}ElapsedTimeInSeconds|\[ss\];\@ \(For example, 3046723200. For elapsed time Microsoft uses the start date of January 1, 1900.\)|
|{anchor:HourMinute12}HourMinute12|h:mm AM/PM;\@ \(For example, 12:00 AM.\)|
|{anchor:HourMinute24}HourMinute24|h:mm;\@    \(For example, 0:00.\)|
|{anchor:HourMinuteSecond12}HourMinuteSecond12|h:mm:ss AM/PM;\@ \(For example, 12:00:00 AM.\)|
|{anchor:HourMinuteSecond24}HourMinuteSecond24|h:mm:ss;\@ \(For example, 0:00:00.\)|
|{anchor:MinuteSecondTenths}MinuteSecondTenths|mm:ss.0;\@ \(For example, 00:00.0.\)|