DateAndTime Structure |
Namespace: Demo3D.PLC.Comms.CIP
public readonly struct DateAndTime
The DateAndTime type exposes the following members.
| Name | Description | |
|---|---|---|
| DateAndTime(DateTime) |
Constructs a DATE_AND_TIME.
| |
| DateAndTime(UInt16, UInt32) |
Constructs a DATE_AND_TIME.
|
| Name | Description | |
|---|---|---|
| Date |
2-byte date.
| |
| DateTimeUTC |
DateTime.
| |
| Time |
4-byte time.
| |
| Value |
6-byte value.
|