Short Time Pattern : Date Time Format « Date Time « VB.Net






Short Time Pattern

 

Imports System
Imports System.Globalization
Imports Microsoft.VisualBasic

Public Class SamplesDTFI

   Public Shared Sub Main()
      Dim myDTFI As DateTimeFormatInfo = New CultureInfo("en-US", False).DateTimeFormat
      Dim myDT As New DateTime(2010, 1, 3)


      Console.WriteLine("        {0} {1}", myDTFI.ShortTimePattern, "(ShortTimePattern)")
   End Sub
End Class

   
  








Related examples in the same category

1.IFormatProvider Interface Provides a mechanism for retrieving an object to control formatting.
2.Format TimeSpan to string
3.Format TimeSpan to get hours
4.Using different culture to format Date
5.Output date and time using each standard format string
6.Create custom format strings for Date
7.Iterate each standard format specifier and combine them with different cultures
8.Attempt to convert a string in improper ISO 8601 format
9.Assume a date and time string formatted for the fr-FR culture is the local time and convert it to UTC
10.Convert Date to String with format: F
11.Convert Date to String with format: F and fr-FR culture
12.Get the long date formats using the current culture
13.Get the short date formats using the "fr-FR" culture.
14.Get the short date formats using the "fr-FR" culture
15.Attempt to convert a string in improper ISO 8601 format
16.Assume a date and time string formatted for the fr-FR culture is the local time and convert it to UTC
17.Custom Date and Time Format Strings
18.Display the long time pattern and string
19.Display the short date pattern and string.
20.Display the short time pattern and string
21.Short Date Pattern
22.Long Date Pattern
23.Full Date Time Pattern
24.Month Day Pattern
25.RFC1123 Pattern
26.RFC1123 Pattern
27.Sortable Date Time Pattern
28.Long Time Pattern
29.Universal Sortable Date Time Pattern
30.Year Month Pattern
31.Output Date in different culture format