Public Member Functions | |
| DateTimeStyles (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static DateTimeStyles | getByAssignedValue (int value) |
Public Attributes | |
| None =(0) | |
| AllowLeadingWhite =(1) | |
| AllowTrailingWhite =(2) | |
| AllowInnerWhite =(4) | |
| AllowWhiteSpaces =(7) | |
| NoCurrentDateDefault =(8) | |
| AdjustToUniversal =(16) | |
| AssumeLocal =(32) | |
| AssumeUniversal =(64) | |
| RoundtripKind =(128) | |
| fm.liveswitch.DateTimeStyles.DateTimeStyles | ( | int | value | ) |
|
static |
| int fm.liveswitch.DateTimeStyles.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.DateTimeStyles.AdjustToUniversal =(16) |
| fm.liveswitch.DateTimeStyles.AllowInnerWhite =(4) |
| fm.liveswitch.DateTimeStyles.AllowLeadingWhite =(1) |
| fm.liveswitch.DateTimeStyles.AllowTrailingWhite =(2) |
| fm.liveswitch.DateTimeStyles.AllowWhiteSpaces =(7) |
| fm.liveswitch.DateTimeStyles.AssumeLocal =(32) |
| fm.liveswitch.DateTimeStyles.AssumeUniversal =(64) |
| fm.liveswitch.DateTimeStyles.NoCurrentDateDefault =(8) |
| fm.liveswitch.DateTimeStyles.None =(0) |
| fm.liveswitch.DateTimeStyles.RoundtripKind =(128) |