 | NumberFormatIsTimeFormat Method |
Determines whether a defined style format number represents a time)
Namespace: NanoXLSX.StylesAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
Syntaxpublic static bool IsTimeFormat(
NumberFormatFormatNumber number
)
Parameters
- number NumberFormatFormatNumber
- Format number to check
Return Value
BooleanTrue if the format represents a time, otherwise false
RemarksCustom number formats (higher than 164), as well as not officially defined numbers (below 164) are currently not considered during the check and will return false
See Also