[]
Creates a new date-time cell with default settings.
public DateTimeCellType()
Public Sub New()
Creates a new copy from the specified cell type ("Copy constructor").
public DateTimeCellType(DateTimeCellType g)
Public Sub New(g As DateTimeCellType)
| Type | Name | Description |
|---|---|---|
| DateTimeCellType | g | Specified date-time cell type from which to copy |
Creates a new date-time cell from serialization.
protected DateTimeCellType(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | |
| StreamingContext | context |