PdfDocumentMetadataToSecondsPrecision Method |
Round a DateTime down to the nearest second i.e. strip off Milliseconds
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static DateTime ToSecondsPrecision(
DateTime t
)
Public Shared Function ToSecondsPrecision (
t As DateTime
) As DateTime
Parameters
- t
- Type: SystemDateTime
arbitrary DateTime
Return Value
Type:
DateTimeinput value but with Millisecond set to 0
See Also