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
Description

Excerpt

NumberFormat values for Time data types

Signature
C#
C#
 public sealed class TimeFormat
Signature
vb.net
vb.net
Public NotInheritable Class TimeFormat
Values

Name

Description

Anchor
ElapsedTimeInHours
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
ElapsedTimeInMinutes

[mm]:ss;@ (For example, 50778720:00. For elapsed time Microsoft uses the start date of January 1, 1900.)

Anchor
ElapsedTimeInSeconds
ElapsedTimeInSeconds
ElapsedTimeInSeconds

[ss];@ (For example, 3046723200. For elapsed time Microsoft uses the start date of January 1, 1900.)

Anchor
HourMinute12
HourMinute12
HourMinute12

h:mm AM/PM;@ (For example, 12:00 AM.)

Anchor
HourMinute24
HourMinute24
HourMinute24

h:mm;@ (For example, 0:00.)

Anchor
HourMinuteSecond12
HourMinuteSecond12
HourMinuteSecond12

h:mm:ss AM/PM;@ (For example, 12:00:00 AM.)

Anchor
HourMinuteSecond24
HourMinuteSecond24
HourMinuteSecond24

h:mm:ss;@ (For example, 0:00:00.)

Anchor
MinuteSecondTenths
MinuteSecondTenths
MinuteSecondTenths

mm:ss.0;@ (For example, 00:00.0.)