Click or drag to resize

HelperHasTimeFormat Method

Returns true if the date/time format contains a time component

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static bool HasTimeFormat(
	DateTimeStandardFormat formatType,
	string format
)

Parameters

formatType  DateTimeStandardFormat
 
format  String
 

Return Value

Boolean
See Also