C# Class Pipl.APIs.Data.Fields.DOB

Inheritance: Field
显示文件 Open project: piplcom/piplapis-csharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DOB ( DateRange dateRange = null, System.DateTime validSince = null ) : System
FromAge ( int age ) : DOB
FromAgeRange ( int start, int end ) : DOB
FromBirthDate ( System.DateTime birthDate ) : DOB
FromBirthYear ( int birthYear ) : DOB
ToString ( ) : string

Method Details

DOB() public method

public DOB ( DateRange dateRange = null, System.DateTime validSince = null ) : System
dateRange DateRange
validSince System.DateTime
return System

FromAge() public static method

public static FromAge ( int age ) : DOB
age int
return DOB

FromAgeRange() public static method

public static FromAgeRange ( int start, int end ) : DOB
start int
end int
return DOB

FromBirthDate() public static method

public static FromBirthDate ( System.DateTime birthDate ) : DOB
birthDate System.DateTime
return DOB

FromBirthYear() public static method

public static FromBirthYear ( int birthYear ) : DOB
birthYear int
return DOB

ToString() public method

public ToString ( ) : string
return string