Share via


DateOptions.TimePattern24Hour property

Gets the current 24-hour time format pattern.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property TimePattern24Hour As String
    Get
'Usage
Dim instance As DateOptions
Dim value As String

value = instance.TimePattern24Hour
public string TimePattern24Hour { get; }

Property value

Type: System.String
A string that contains the format pattern.

See also

Reference

DateOptions class

DateOptions members

Microsoft.SharePoint.Utilities namespace