Click or drag to resize

DateTimeExtensions Class

Extension methods for DateTime handling.
Inheritance Hierarchy
SystemObject
  MFiles.VAF.ConfigurationDateTimeExtensions

Namespace:  MFiles.VAF.Configuration
Assembly:  MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntax
public static class DateTimeExtensions

The DateTimeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToDateTime
Converts Timestamp to DateTime while preserving the milliseconds of the nanosecond fraction. The method generates a dateTime object of as specified by the outputFormat param.
Public methodStatic memberToTimestamp
Converts DateTime to Timestamp while preserving the milliseconds. The method generates a timestamp object of as specified by the outputFormat param.
Top
See Also