Click or drag to resize
SystemDateTimeValidation Constructor
Overload List
  NameDescription
Public methodSystemDateTimeValidation
Creates a new SystemDateTimeValidation object which requires successful validation with an Internet time server (requires Internet connectivity). The AddTimeServerCheck(String) method will need to be called at least once to allow validation to occur.
Public methodSystemDateTimeValidation(Boolean)
Creates a new SystemDateTimeValidation object. The AddTimeServerCheck(String) method will need to be called at least once to allow validation to occur.
Public methodSystemDateTimeValidation(Boolean, Double)
Creates a new SystemDateTimeValidation object. The AddTimeServerCheck(String) method will need to be called at least once to allow validation to occur.
Top
See Also