ClassDateTimeFormatHelper
Class
Helper methods for date/time formatting.
Definition
Namespace:ArtOfTest.Common
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public static class DateTimeFormatHelper
Inheritance: objectDateTimeFormatHelper
Methods
AbbrMonthToInt(string)
Convert a month abbreviation to an int.
IntToAbbrMonthName(int)
Convert an int to a month abbreviation.
IntToMonthName(int)
Convert an int to a month name.